added primary keys to all models
This commit is contained in:
@@ -9,6 +9,10 @@ class UserAlt extends Model
|
||||
//Table Name
|
||||
public $table = 'user_alts';
|
||||
|
||||
//Primary Key
|
||||
public $primaryKey = 'id';
|
||||
|
||||
//Timestamps
|
||||
public $timestamps = false;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user