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