We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -6,9 +6,8 @@ |
||
6 | 6 | use Backpack\Settings\app\Models\Setting as Setting; |
7 | 7 | use Config; |
8 | 8 | use Illuminate\Routing\Router; |
9 | -use Illuminate\Support\Facades\DB; |
|
10 | -use Illuminate\Support\ServiceProvider; |
|
11 | 9 | use Illuminate\Support\Facades\Schema; |
10 | +use Illuminate\Support\ServiceProvider; |
|
12 | 11 | use Route; |
13 | 12 | |
14 | 13 | class SettingsServiceProvider extends ServiceProvider |