testing
This commit is contained in:
@@ -12,8 +12,8 @@ class UserRole extends Model
|
||||
protected $table = 'user_roles';
|
||||
|
||||
//Primary Key
|
||||
public $primaryKey = 'character_id';
|
||||
|
||||
protected $primaryKey = 'character_id';
|
||||
public $incrementing = false;
|
||||
public $timestamps = true;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user