mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
filament setting apge
This commit is contained in:
@@ -7,7 +7,9 @@ use Nexus\Database\NexusDB;
|
||||
|
||||
class Setting extends NexusModel
|
||||
{
|
||||
protected $fillable = ['name', 'value'];
|
||||
protected $fillable = ['name', 'value', 'autoload'];
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
/**
|
||||
* get setting autoload = yes with cache
|
||||
|
||||
Reference in New Issue
Block a user