You've already forked Atomcms-edit
chore: fix code style with Laravel Pint
This commit is contained in:
@@ -9,6 +9,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
class WebsiteUsedShopVoucher extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
#[\Override]
|
||||
protected $guarded = ['id', 'created_at', 'updated_at', 'user_id', 'voucher_id'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user