@@ -11,22 +11,10 @@ |
||
11 | 11 | |
12 | 12 | namespace Gitamin\Http\Controllers\Dashboard; |
13 | 13 | |
14 | -use AltThree\Validator\ValidationException; |
|
15 | -use Gitamin\Commands\Project\AddProjectCommand; |
|
16 | -use Gitamin\Commands\Project\RemoveProjectCommand; |
|
17 | -use Gitamin\Commands\Project\UpdateProjectCommand; |
|
18 | -use Gitamin\Commands\ProjectTeam\AddProjectTeamCommand; |
|
19 | -use Gitamin\Commands\ProjectTeam\RemoveProjectTeamCommand; |
|
20 | -use Gitamin\Commands\ProjectTeam\UpdateProjectTeamCommand; |
|
21 | -use Gitamin\Models\Project; |
|
22 | 14 | use Gitamin\Models\ProjectTeam; |
23 | -use Gitamin\Models\Tag; |
|
24 | -use GrahamCampbell\Binput\Facades\Binput; |
|
25 | 15 | use Illuminate\Foundation\Bus\DispatchesJobs; |
26 | 16 | use Illuminate\Routing\Controller; |
27 | -use Illuminate\Support\Facades\Redirect; |
|
28 | 17 | use Illuminate\Support\Facades\View; |
29 | -use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; |
|
30 | 18 | |
31 | 19 | class GroupsController extends Controller |
32 | 20 | { |