Fixed login and added suspended message

This commit is contained in:
Nabeel Shahzad
2017-12-23 08:36:02 -06:00
parent 014aea6ae1
commit 07bcc5f199
4 changed files with 33 additions and 8 deletions

View File

@@ -55,6 +55,8 @@ class User extends Authenticatable
'flights' => 'integer',
'flight_time' => 'integer',
'balance' => 'double',
'state' => 'integer',
'status' => 'integer',
];
public static $rules = [