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