Completed
Push — master ( 2fcaf8...ba230d )
by Logan H.
02:42 queued 01:42
created
src/Requests/OverflowFormRequest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace CraftLogan\LaravelOverflow\Requests;
4 4
 
5
-use Illuminate\Support\Facades\Schema;
6 5
 use Illuminate\Database\Eloquent\Model;
7 6
 use Illuminate\Foundation\Http\FormRequest;
7
+use Illuminate\Support\Facades\Schema;
8 8
 
9 9
 class OverflowFormRequest extends FormRequest
10 10
 {
Please login to merge, or discard this patch.
src/LaravelOverflow.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace CraftLogan\LaravelOverflow;
4 4
 
5
+use CraftLogan\LaravelOverflow\Overflowable;
5 6
 use Illuminate\Database\Eloquent\Model;
6 7
 use Illuminate\Http\Request;
7
-use CraftLogan\LaravelOverflow\Overflowable;
8 8
 
9 9
 class LaravelOverflow
10 10
 {
Please login to merge, or discard this patch.