Completed
Pull Request — master (#36)
by Phecho
03:41
created
app/Http/Controllers/ProjectsController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -19,13 +19,11 @@
 block discarded – undo
19 19
 use GrahamCampbell\Binput\Facades\Binput;
20 20
 use AltThree\Validator\ValidationException;
21 21
 use Gitamin\Commands\Project\AddProjectCommand;
22
-use Gitamin\Commands\Project\RemoveProjectCommand;
23 22
 use Gitamin\Commands\Project\UpdateProjectCommand;
24 23
 use Gitamin\Models\Project;
25 24
 use Gitamin\Models\Owner;
26 25
 use Gitamin\Models\Group;
27 26
 use Gitamin\Models\Tag;
28
-
29 27
 use Gitamin\Http\Controllers\Controller;
30 28
 
31 29
 class ProjectsController extends Controller
Please login to merge, or discard this patch.
app/Models/Owner.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 
30 30
 use AltThree\Validator\ValidatingTrait;
31 31
 use Illuminate\Database\Eloquent\Model;
32
-use Illuminate\Support\Facades\Auth;
33 32
 
34 33
 class Owner extends Model
35 34
 {
Please login to merge, or discard this patch.
app/Http/Controllers/ProfilesController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 
30 30
 use AltThree\Validator\ValidatingTrait;
31 31
 use Illuminate\Database\Eloquent\Model;
32
-use Illuminate\Support\Facades\Auth;
33 32
 
34 33
 class Owner extends Model
35 34
 {
Please login to merge, or discard this patch.