11 lines
107 B
PHP
11 lines
107 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace App\Models;
|
||
|
|
|
||
|
|
use Spatie\Valuestore\Valuestore;
|
||
|
|
|
||
|
|
class Setting extends Valuestore
|
||
|
|
{
|
||
|
|
//
|
||
|
|
}
|