Skip to content

Commit 62673c2

Browse files
authored
Missing commit for Secret Santa (#256)
1 parent a363f5e commit 62673c2

File tree

13 files changed

+715
-168
lines changed

13 files changed

+715
-168
lines changed

app/Models/SecretSantaParticipant.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class SecretSantaParticipant extends Model
1010
{
11-
use HasUuids, SoftDeletes;
11+
use SoftDeletes, HasUuids;
1212

1313
protected $fillable = [
1414
'address',
@@ -22,7 +22,7 @@ class SecretSantaParticipant extends Model
2222
* @var string[]
2323
*/
2424
protected $with = [
25-
'receiver',
25+
'receiver'
2626
];
2727

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

public/img/ui/santa/blob.svg

Lines changed: 0 additions & 13 deletions
This file was deleted.

public/img/ui/santa/pattern.svg

Lines changed: 1 addition & 22 deletions
Loading
Lines changed: 1 addition & 20 deletions
Loading
Lines changed: 1 addition & 20 deletions
Loading
Lines changed: 1 addition & 20 deletions
Loading

0 commit comments

Comments
 (0)