exchange/app/Models/Setting.php

11 lines
107 B
PHP
Raw Permalink Normal View History

2022-01-10 12:03:57 +00:00
<?php
namespace App\Models;
use Spatie\Valuestore\Valuestore;
class Setting extends Valuestore
{
//
}