Completed
Push — master ( 8174df...0b2d85 )
by Sergi Tur
01:55
created
src/Models/UserInvitation.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use App\User;
6 6
 use Illuminate\Database\Eloquent\Model;
7 7
 
8
-use Acacha\Stateful\Traits\StatefulTrait;
9 8
 use Acacha\Stateful\Contracts\Stateful;
9
+use Acacha\Stateful\Traits\StatefulTrait;
10 10
 use Venturecraft\Revisionable\RevisionableTrait;
11 11
 
12 12
 /**
Please login to merge, or discard this patch.
src/Http/Controllers/GoogleAppsUsersController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Acacha\Users\Traits\HasPaginator;
8 8
 use Google;
9 9
 use Illuminate\Http\Request;
10
-use Illuminate\Pagination\LengthAwarePaginator;
11 10
 
12 11
 /**
13 12
  * Class GoogleAppsUsersController.
Please login to merge, or discard this patch.