Completed
Pull Request — master (#16)
by Brian
02:22 queued 01:12
created
src/SQLiteGrammar.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\BinaryUuid;
4 4
 
5
-use Illuminate\Support\Fluent;
6 5
 use Illuminate\Database\Schema\Grammars\SQLiteGrammar as IlluminateSQLiteGrammar;
6
+use Illuminate\Support\Fluent;
7 7
 
8 8
 class SQLiteGrammar extends IlluminateSQLiteGrammar
9 9
 {
Please login to merge, or discard this patch.