Models updated

This commit is contained in:
2022-05-19 12:46:48 +02:00
parent 941c27ce58
commit 67f79bdd82
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;