We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -2,10 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Backpack\CRUD; |
4 | 4 | |
5 | -use Route; |
|
6 | -use GuzzleHttp\Client; |
|
7 | -use Illuminate\Support\ServiceProvider; |
|
8 | 5 | use Backpack\CRUD\CrudUsageStats; |
6 | +use Illuminate\Support\ServiceProvider; |
|
9 | 7 | |
10 | 8 | class CrudServiceProvider extends ServiceProvider |
11 | 9 | { |