We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why this error?
i am for admin use Users table for subs use Restraunt table.
inside model use HasPlanSubscriptions; + ->tenantBillingProvider(new FilamentSubscriptionsProvider()) ->requiresTenantSubscription()
in appservice provider
```
FilamentSubscriptions::register( \TomatoPHP\FilamentSubscriptions\Services\Contracts\Subscriber::make(\App\Models\Restraunt::class) ->name('Restraunt') ->model(\App\Models\Restraunt::class) );
The text was updated successfully, but these errors were encountered:
TOT-91 error
Sorry, something went wrong.
hi @bahramzade do you use string id for this table?
i am use uuid in my project
change migration $table->uuidMorphs('subscriber');
No branches or pull requests
why this error?
i am for admin use Users table
for subs use Restraunt table.
in appservice provider
FilamentSubscriptions::register(
\TomatoPHP\FilamentSubscriptions\Services\Contracts\Subscriber::make(\App\Models\Restraunt::class)
->name('Restraunt')
->model(\App\Models\Restraunt::class)
);
The text was updated successfully, but these errors were encountered: