We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Backpack\CRUD\app\Console\Commands; |
4 | 4 | |
5 | -use Illuminate\Console\Command; |
|
6 | 5 | use Backpack\Base\app\Console\Commands\Install as BaseInstall; |
7 | 6 | |
8 | 7 | class Install extends BaseInstall |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Backpack\CRUD\Tests\Unit\Models\ColumnType; |
6 | 6 | use Doctrine\DBAL\DBALException; |
7 | -use Illuminate\Support\Facades\DB; |
|
8 | 7 | |
9 | 8 | class MyColumnTypeWithOtherConnection extends ColumnType { protected $connection = 'testing_2'; } |
10 | 9 |