@@ -49,7 +49,6 @@ |
||
| 49 | 49 | * Create a add project team command instance. |
| 50 | 50 | * |
| 51 | 51 | * @param string $name |
| 52 | - * @param int $order |
|
| 53 | 52 | * |
| 54 | 53 | * @return void |
| 55 | 54 | */ |
@@ -25,7 +25,6 @@ |
||
| 25 | 25 | /** |
| 26 | 26 | * Create a new remove project team command instance. |
| 27 | 27 | * |
| 28 | - * @param \Gitamin\Models\ProjectTeam $team |
|
| 29 | 28 | * |
| 30 | 29 | * @return void |
| 31 | 30 | */ |
@@ -11,22 +11,9 @@ |
||
| 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\ProjectNamespace\AddProjectNamespaceCommand; |
|
| 19 | -use Gitamin\Commands\ProjectNamespace\RemoveProjectNamespaceCommand; |
|
| 20 | -use Gitamin\Commands\ProjectNamespace\UpdateProjectNamespaceCommand; |
|
| 21 | 14 | use Gitamin\Http\Controllers\Controller; |
| 22 | -use Gitamin\Models\Project; |
|
| 23 | 15 | use Gitamin\Models\Group; |
| 24 | -use Gitamin\Models\Tag; |
|
| 25 | -use GrahamCampbell\Binput\Facades\Binput; |
|
| 26 | -use Illuminate\Foundation\Bus\DispatchesJobs; |
|
| 27 | -use Illuminate\Support\Facades\Redirect; |
|
| 28 | 16 | use Illuminate\Support\Facades\View; |
| 29 | -use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; |
|
| 30 | 17 | |
| 31 | 18 | class GroupsController extends Controller |
| 32 | 19 | { |