migrate to gtea from bistbucket
This commit is contained in:
16
public/restaurant/Modules/Frontend/app/Models/Theme.php
Normal file
16
public/restaurant/Modules/Frontend/app/Models/Theme.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Frontend\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Theme extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'restaurant_id',
|
||||
'category',
|
||||
'name',
|
||||
'icon',
|
||||
'description',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user