@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Dyrynda\Database\Schema\Grammars; |
4 | 4 | |
5 | -use Illuminate\Support\Fluent; |
|
6 | 5 | use Illuminate\Database\Schema\Grammars\SQLiteGrammar as IlluminateSQLiteGrammar; |
6 | +use Illuminate\Support\Fluent; |
|
7 | 7 | |
8 | 8 | class SQLiteGrammar extends IlluminateSQLiteGrammar |
9 | 9 | { |
@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace Dyrynda\Database; |
4 | 4 | |
5 | -use Doctrine\DBAL\Types\Types; |
|
6 | 5 | use Doctrine\DBAL\Types\BinaryType; |
6 | +use Doctrine\DBAL\Types\Types; |
|
7 | +use Dyrynda\Database\Connection\MySqlConnection; |
|
8 | +use Dyrynda\Database\Connection\SQLiteConnection; |
|
7 | 9 | use Illuminate\Database\Connection; |
10 | +use Illuminate\Database\Schema\Blueprint; |
|
8 | 11 | use Illuminate\Support\Facades\Schema; |
9 | 12 | use Illuminate\Support\ServiceProvider; |
10 | -use Illuminate\Database\Schema\Blueprint; |
|
11 | -use Dyrynda\Database\Connection\MySqlConnection; |
|
12 | -use Dyrynda\Database\Connection\SQLiteConnection; |
|
13 | 13 | |
14 | 14 | class LaravelEfficientUuidServiceProvider extends ServiceProvider |
15 | 15 | { |