m
This commit is contained in:
+4
-3
@@ -25,14 +25,15 @@ class User extends Authenticatable
|
||||
|
||||
protected $table = 'user';
|
||||
public $timestamps = false;
|
||||
protected $primaryKey = 'msnv';
|
||||
public $incrementing = false;
|
||||
protected $keyType = 'string';
|
||||
protected $primaryKey = 'id';
|
||||
|
||||
protected $fillable = [
|
||||
'msnv',
|
||||
'name',
|
||||
'mail',
|
||||
'pass',
|
||||
'departments',
|
||||
'avatar',
|
||||
'role',
|
||||
'status',
|
||||
'card',
|
||||
|
||||
Reference in New Issue
Block a user