@@ -2,11 +2,11 @@  | 
                                                    ||
| 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 | 6 | use Dyrynda\Database\Connection\SQLiteConnection;  | 
                                                        
| 7 | +use Illuminate\Database\Connection;  | 
                                                        |
| 8 | +use Illuminate\Database\Schema\Blueprint;  | 
                                                        |
| 9 | +use Illuminate\Support\ServiceProvider;  | 
                                                        |
| 10 | 10 | |
| 11 | 11 | class LaravelEfficientUuidServiceProvider extends ServiceProvider  | 
                                                        
| 12 | 12 |  { | 
                                                        
@@ -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 |  { |