Apply fixes from StyleCI

This commit is contained in:
James Brooks
2019-01-26 10:38:21 +00:00
committed by StyleCI Bot
parent 654e72ceb5
commit ffe9c99f9c
4 changed files with 6 additions and 6 deletions

View File

@@ -28,6 +28,6 @@ class VerifyCsrfToken extends Middleware
* @var array
*/
protected $except = [
'/api/*'
'/api/*',
];
}
}