fix contents
This commit is contained in:
@@ -3,9 +3,14 @@
|
||||
namespace App\Models\Shop;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
use Wildside\Userstamps\Userstamps;
|
||||
|
||||
class Content extends Model
|
||||
{
|
||||
use SoftDeletes;
|
||||
use UserStamps;
|
||||
|
||||
protected $guarded = ['id'];
|
||||
|
||||
protected $table = 'shop_contents';
|
||||
|
||||
Reference in New Issue
Block a user