Skip to content

Commit 5557fd8

Browse files
committed
fix: use full classnames instead of optional aliased ones
1 parent e952798 commit 5557fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Schema/Timescale/Actions/EnableCompression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Tpetry\PostgresqlEnhanced\Schema\Timescale\Actions;
66

7-
use Arr;
7+
use Illuminate\Support\Arr;
88
use Tpetry\PostgresqlEnhanced\Schema\Grammars\Grammar;
99

1010
class EnableCompression implements Action

tests/CompatibilityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace Tpetry\PostgresqlEnhanced\Tests;
66

7-
use DB;
87
use Illuminate\Database\Schema\Blueprint;
98
use Illuminate\Support\Facades\App;
9+
use Illuminate\Support\Facades\DB;
1010
use Illuminate\Support\Facades\Schema;
1111

1212
class CompatibilityTest extends TestCase

0 commit comments

Comments
 (0)