Merge branch '1.1'
This commit is contained in:
@@ -33,7 +33,7 @@ class AuthRoutes
|
|||||||
|
|
||||||
$router->post('login', [
|
$router->post('login', [
|
||||||
'middleware' => ['guest', 'csrf', 'throttling:10,10'],
|
'middleware' => ['guest', 'csrf', 'throttling:10,10'],
|
||||||
'as' => 'logout',
|
'as' => 'login',
|
||||||
'uses' => 'AuthController@postLogin',
|
'uses' => 'AuthController@postLogin',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ class IncidentTableSeeder extends Seeder
|
|||||||
[
|
[
|
||||||
'name' => 'Test Incident',
|
'name' => 'Test Incident',
|
||||||
'message' => 'Something went wrong, oh noes.',
|
'message' => 'Something went wrong, oh noes.',
|
||||||
|
'status' => 1,
|
||||||
'component_id' => 0,
|
'component_id' => 0,
|
||||||
'scheduled_at' => null,
|
'scheduled_at' => null,
|
||||||
'visible' => 1,
|
'visible' => 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user