Skip to content

Commit 1d34612

Browse files
authored
Merge pull request #88 from innocenzi/fix/arr
fix: use actual namespace instead of alias
2 parents e9a85dd + 9e99d8a commit 1d34612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Grammars/GrammarTable.php

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

55
namespace Tpetry\PostgresqlEnhanced\Schema\Grammars;
66

7-
use Arr;
87
use Illuminate\Database\Schema\Blueprint;
8+
use Illuminate\Support\Arr;
99
use Illuminate\Support\Fluent;
1010

1111
trait GrammarTable

0 commit comments

Comments
 (0)