Skip to content

Commit 9c61a90

Browse files
fix styleci errors
1 parent a5bfc4b commit 9c61a90

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/Illuminate/Database/Console/Migrations/MigrateCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Illuminate\Contracts\Events\Dispatcher;
77
use Illuminate\Database\Events\SchemaLoaded;
88
use Illuminate\Database\Migrations\Migrator;
9-
use Illuminate\Database\SQLiteConnection;
109
use Illuminate\Database\SqlServerConnection;
1110

1211
class MigrateCommand extends BaseCommand

src/Illuminate/Database/SQLiteConnection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Illuminate\Database\Schema\SQLiteBuilder;
1010
use Illuminate\Database\Schema\SqliteSchemaState;
1111
use Illuminate\Filesystem\Filesystem;
12-
use RuntimeException;
1312

1413
class SQLiteConnection extends Connection
1514
{

src/Illuminate/Database/Schema/SqliteSchemaState.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
namespace Illuminate\Database\Schema;
44

5-
use Exception;
6-
use Illuminate\Support\Str;
7-
use Symfony\Component\Process\Process;
8-
95
class SqliteSchemaState extends SchemaState
106
{
117
/**

0 commit comments

Comments
 (0)