@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Dyrynda\Database; |
| 4 | 4 | |
| 5 | +use Dyrynda\Database\Connection\MySqlConnection; |
|
| 5 | 6 | use Illuminate\Database\Connection; |
| 6 | -use Illuminate\Support\ServiceProvider; |
|
| 7 | 7 | use Illuminate\Database\Schema\Blueprint; |
| 8 | -use Dyrynda\Database\Connection\MySqlConnection; |
|
| 8 | +use Illuminate\Support\ServiceProvider; |
|
| 9 | 9 | |
| 10 | 10 | class LaravelEfficientUuidServiceProvider extends ServiceProvider |
| 11 | 11 | { |