diff --git a/app/Models/Settings.php b/app/Models/Settings.php index 328351e..cf1ed39 100644 --- a/app/Models/Settings.php +++ b/app/Models/Settings.php @@ -20,7 +20,7 @@ class Settings extends Model * * @var string */ - protected $primaryKey = 'name'; + //protected $primaryKey = 'name'; /** * Indicates if the model's ID is auto-incrementing. *