fix of primary key

This commit is contained in:
2024-01-26 21:34:09 +01:00
parent 88841ad738
commit d90591d501

View File

@@ -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.
* *