|
@@ -2,12 +2,12 @@ |
|
|
block discarded – undo |
|
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
|
{ |
Please login to merge, or discard this patch.