We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -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 |