diff --git a/app/Models/SecretSantaParticipant.php b/app/Models/SecretSantaParticipant.php index 6be7796b..99a4aa71 100644 --- a/app/Models/SecretSantaParticipant.php +++ b/app/Models/SecretSantaParticipant.php @@ -9,7 +9,7 @@ class SecretSantaParticipant extends Model { - use HasUuids, SoftDeletes, AsSource; + use AsSource, HasUuids, SoftDeletes; protected $fillable = [ 'address',