@@ -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,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Dyrynda\Database; |
4 | 4 | |
5 | -use Illuminate\Database\Connection; |
|
6 | -use Illuminate\Support\ServiceProvider; |
|
7 | -use Illuminate\Database\Schema\Blueprint; |
|
8 | 5 | use Dyrynda\Database\Connection\MySqlConnection; |
9 | -use Dyrynda\Database\Connection\SQLiteConnection; |
|
10 | 6 | use Dyrynda\Database\Connection\PostgresConnection; |
7 | +use Dyrynda\Database\Connection\SQLiteConnection; |
|
8 | +use Illuminate\Database\Connection; |
|
9 | +use Illuminate\Database\Schema\Blueprint; |
|
10 | +use Illuminate\Support\ServiceProvider; |
|
11 | 11 | |
12 | 12 | class LaravelEfficientUuidServiceProvider extends ServiceProvider |
13 | 13 | { |
@@ -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\PostgresGrammar as BasePostgresGrammar; |
6 | +use Illuminate\Support\Fluent; |
|
7 | 7 | |
8 | 8 | class PostgresGrammar extends BasePostgresGrammar |
9 | 9 | { |