Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Dec 11, 2024
1 parent 62673c2 commit fb910e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Models/SecretSantaParticipant.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class SecretSantaParticipant extends Model
{
use SoftDeletes, HasUuids;
use HasUuids, SoftDeletes;

protected $fillable = [
'address',
Expand All @@ -22,7 +22,7 @@ class SecretSantaParticipant extends Model
* @var string[]
*/
protected $with = [
'receiver'
'receiver',
];

// Связь с пользователем
Expand Down

0 comments on commit fb910e1

Please sign in to comment.