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 fd6a074 commit a5f47caCopy full SHA for a5f47ca
src/PermissionServiceProvider.php
@@ -8,7 +8,7 @@
8
use Maklad\Permission\Contracts\RoleInterface as Role;
9
use Maklad\Permission\Directives\PermissionDirectives;
10
use Illuminate\Support\Facades\DB;
11
-use Illuminate\Support\Facades\Log;
+
12
/**
13
* Class PermissionServiceProvider
14
* @package Maklad\Permission
@@ -45,7 +45,7 @@ public function boot()
45
DB::connection()->getPdo();
46
app(PermissionRegistrar::class)->registerPermissions();
47
} catch (\Exception $e) {
48
- Log::error("Could not connect to the database. Please check your configuration. error:" . $e);
+ log('ss');
49
}
50
51
0 commit comments