We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47eaca2 commit ce1e2daCopy full SHA for ce1e2da
app/Policies/FailedJobPolicy.php
@@ -11,6 +11,6 @@ class FailedJobPolicy
11
12
public function viewAny(User $user): bool
13
{
14
- return env('APP_DEBUG');
+ return config('app.debug');
15
}
16
app/Providers/FilamentServiceProvider.php
@@ -28,7 +28,7 @@ public function register()
28
public function boot()
29
30
Logs::can(function (User $user) {
31
32
});
33
34
Filament::serving(function () {
0 commit comments