fix of primary key
This commit is contained in:
@@ -20,7 +20,7 @@ class Settings extends Model
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $primaryKey = 'name';
|
//protected $primaryKey = 'name';
|
||||||
/**
|
/**
|
||||||
* Indicates if the model's ID is auto-incrementing.
|
* Indicates if the model's ID is auto-incrementing.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user