-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
can't override viewDatabaseSchedule gate in custom or app service provider #55
Comments
Better still DatabaseSchedulingServiceProvider should extend Illuminate\Support\ServiceProvider and not DatabaseScheduleApplicationServiceProvider. DatabaseScheduleApplicationServiceProvider will be extended by the user and defined in config/app.php by the user but not automatically. it should finally be:
|
Hello, unfortunately I'm working on several projects at the moment and I'm not able to give this package enough attention. |
the existence of viewDatabaseSchedule in DatabaseScheduleApplicationServiceProvider.php is causing difficulty in overriding in AppServiceProvider or any custom ServiceProvider.
i think you should remove it allow users to set it rather.
The text was updated successfully, but these errors were encountered: