Add server build management to API

This commit is contained in:
Dane Everitt 2018-01-21 16:02:03 -06:00
parent d3dba3fcf9
commit aca0819bcd
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 202 additions and 128 deletions

View file

@ -36,6 +36,8 @@ class Handler extends ExceptionHandler
* @var array
*/
protected $dontFlash = [
'token',
'secret',
'password',
'password_confirmation',
];