update v 1.0.7.5
This commit is contained in:
11
app/Model/Api/ApiSetting.php
Normal file
11
app/Model/Api/ApiSetting.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Model\Api;
|
||||
|
||||
use App\BaseModel;
|
||||
|
||||
class ApiSetting extends BaseModel
|
||||
{
|
||||
protected $table = 'api_settings';
|
||||
protected $fillable = ['key', 'value'];
|
||||
}
|
Reference in New Issue
Block a user