@@ -29,7 +29,7 @@ |
||
| 29 | 29 | 'middleware' => ['app.hasSetting', 'guest'], |
| 30 | 30 | 'setting' => 'app_name', |
| 31 | 31 | 'as' => 'signup.', |
| 32 | - ], function ($router) { |
|
| 32 | + ], function($router) { |
|
| 33 | 33 | $router->get('signup/invite/{code}', [ |
| 34 | 34 | 'as' => 'invite', |
| 35 | 35 | 'uses' => 'SignupController@getSignup', |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | 'middleware' => ['app.hasSetting', 'guest'], |
| 30 | 30 | 'setting' => 'app_name', |
| 31 | 31 | 'as' => 'signup.', |
| 32 | - ], function ($router) { |
|
| 32 | + ], function($router) { |
|
| 33 | 33 | $router->get('signup/invite/{code}', [ |
| 34 | 34 | 'as' => 'invite', |
| 35 | 35 | 'uses' => 'SignupController@getSignup', |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | 'middleware' => ['app.hasSetting', 'guest'], |
| 30 | 30 | 'setting' => 'app_name', |
| 31 | 31 | 'as' => 'signup.', |
| 32 | - ], function ($router) { |
|
| 32 | + ], function($router) { |
|
| 33 | 33 | $router->get('signup/invite/{code}', [ |
| 34 | 34 | 'as' => 'invite', |
| 35 | 35 | 'uses' => 'SignupController@getSignup', |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | 'middleware' => ['app.hasSetting', 'guest'], |
| 30 | 30 | 'setting' => 'app_name', |
| 31 | 31 | 'as' => 'signup.', |
| 32 | - ], function ($router) { |
|
| 32 | + ], function($router) { |
|
| 33 | 33 | $router->get('signup/invite/{code}', [ |
| 34 | 34 | 'as' => 'invite', |
| 35 | 35 | 'uses' => 'SignupController@getSignup', |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | 'setting' => 'app_name', |
| 33 | 33 | 'prefix' => 'projects', |
| 34 | 34 | 'as' => 'projects.', |
| 35 | - ], function ($router) { |
|
| 35 | + ], function($router) { |
|
| 36 | 36 | $router->get('/', [ |
| 37 | 37 | 'as' => 'index', |
| 38 | 38 | 'uses' => 'ProjectsController@index', |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | 'middleware' => ['app.hasSetting'], |
| 55 | 55 | 'setting' => 'app_name', |
| 56 | 56 | 'as' => 'projects.', |
| 57 | - ], function ($router) { |
|
| 57 | + ], function($router) { |
|
| 58 | 58 | $router->get('{namespace}/{project}', [ |
| 59 | 59 | 'as' => 'project_show', |
| 60 | 60 | 'uses' => 'ProjectsController@show', |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | event(new ProjectTeamWasRemovedEvent($team)); |
| 31 | 31 | |
| 32 | 32 | // Remove the namespace id from all project. |
| 33 | - $group->projects->map(function ($project) { |
|
| 33 | + $group->projects->map(function($project) { |
|
| 34 | 34 | $project->update(['namespace_id' => 0]); |
| 35 | 35 | }); |
| 36 | 36 | |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | 'setting' => 'app_name', |
| 33 | 33 | 'prefix' => 'projects', |
| 34 | 34 | 'as' => 'projects.', |
| 35 | - ], function ($router) { |
|
| 35 | + ], function($router) { |
|
| 36 | 36 | $router->get('/', [ |
| 37 | 37 | 'as' => 'index', |
| 38 | 38 | 'uses' => 'ProjectsController@index', |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | 'middleware' => ['app.hasSetting'], |
| 55 | 55 | 'setting' => 'app_name', |
| 56 | 56 | 'as' => 'projects.', |
| 57 | - ], function ($router) { |
|
| 57 | + ], function($router) { |
|
| 58 | 58 | $router->get('{namespace}/{project}', [ |
| 59 | 59 | 'as' => 'project_show', |
| 60 | 60 | 'uses' => 'ProjectsController@show', |