We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e952798 commit 5557fd8Copy full SHA for 5557fd8
src/Schema/Timescale/Actions/EnableCompression.php
@@ -4,7 +4,7 @@
4
5
namespace Tpetry\PostgresqlEnhanced\Schema\Timescale\Actions;
6
7
-use Arr;
+use Illuminate\Support\Arr;
8
use Tpetry\PostgresqlEnhanced\Schema\Grammars\Grammar;
9
10
class EnableCompression implements Action
tests/CompatibilityTest.php
@@ -4,9 +4,9 @@
namespace Tpetry\PostgresqlEnhanced\Tests;
-use DB;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\App;
+use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Schema;
11
12
class CompatibilityTest extends TestCase
0 commit comments