Add homepage

This commit is contained in:
Ludovic CANDELLIER
2022-03-30 22:23:57 +02:00
parent c50bd2aead
commit eff2cb21c7
27 changed files with 1200 additions and 2549 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Models\Shop;
use Illuminate\Database\Eloquent\Model;
class Homepage extends Model
{
protected $guarded = ['id'];
}