From fb910e19bbd45e9cbd64ada56d5f0a757fddc38a Mon Sep 17 00:00:00 2001 From: tabuna Date: Wed, 11 Dec 2024 02:42:48 +0000 Subject: [PATCH] Fixed code style --- app/Models/SecretSantaParticipant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Models/SecretSantaParticipant.php b/app/Models/SecretSantaParticipant.php index cc287d9e..7f8e1e4b 100644 --- a/app/Models/SecretSantaParticipant.php +++ b/app/Models/SecretSantaParticipant.php @@ -8,7 +8,7 @@ class SecretSantaParticipant extends Model { - use SoftDeletes, HasUuids; + use HasUuids, SoftDeletes; protected $fillable = [ 'address', @@ -22,7 +22,7 @@ class SecretSantaParticipant extends Model * @var string[] */ protected $with = [ - 'receiver' + 'receiver', ]; // Связь с пользователем