Skip to content

Commit a5f47ca

Browse files
committed
removed static log
1 parent fd6a074 commit a5f47ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PermissionServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Maklad\Permission\Contracts\RoleInterface as Role;
99
use Maklad\Permission\Directives\PermissionDirectives;
1010
use Illuminate\Support\Facades\DB;
11-
use Illuminate\Support\Facades\Log;
11+
1212
/**
1313
* Class PermissionServiceProvider
1414
* @package Maklad\Permission
@@ -45,7 +45,7 @@ public function boot()
4545
DB::connection()->getPdo();
4646
app(PermissionRegistrar::class)->registerPermissions();
4747
} catch (\Exception $e) {
48-
Log::error("Could not connect to the database. Please check your configuration. error:" . $e);
48+
log('ss');
4949
}
5050
}
5151

0 commit comments

Comments
 (0)