Commit 46b5f142 by Bagus Pambudi

migrasi settings

parent 2ed9d314
...@@ -10,7 +10,7 @@ class Setting extends Model ...@@ -10,7 +10,7 @@ class Setting extends Model
use UuidTrait; use UuidTrait;
public $incrementing = false; public $incrementing = false;
protected $table = 'swp_setting'; protected $table = 'swp_settings';
protected $guarded = []; protected $guarded = [];
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment