Skip to content

Commit 9ec147c

Browse files
authored
Fix #48, it was breaking extension
1 parent 79fa2aa commit 9ec147c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Query/Grammar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Uepg\LaravelSybase\Database\Query;
44

55
use Illuminate\Database\Query\Grammars\Grammar as IlluminateGrammar;
6-
use Uepg\LaravelSybase\Database\Query\Builder;
6+
use Illuminate\Database\Query\Builder;
77

88
class Grammar extends IlluminateGrammar
99
{

0 commit comments

Comments
 (0)