Move to level 5

This commit is contained in:
James Cole
2023-11-05 20:18:16 +01:00
parent 6f6b8d9b3e
commit 0022201c4f
15 changed files with 59 additions and 54 deletions

View File

@@ -88,8 +88,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class Attachment extends Model
{
use ReturnsIntegerIdTrait;
use SoftDeletes;
use ReturnsIntegerUserIdTrait;
use SoftDeletes;
protected $casts
= [