Completed
Push — master ( 25a764...17463f )
by Phecho
06:02 queued 02:57
created
app/Models/Group.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Gitamin\Models;
13 13
 
14
-use Illuminate\Support\Facades\Auth;
15
-use Illuminate\Database\Eloquent\Model;
16
-
17 14
 class Group extends ProjectNamespace
18 15
 {
19 16
     protected $table = 'namespaces';
Please login to merge, or discard this patch.