Skip to content

Commit

Permalink
Missing commit for Secret Santa (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Dec 11, 2024
1 parent a363f5e commit 62673c2
Show file tree
Hide file tree
Showing 13 changed files with 715 additions and 168 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 HasUuids, SoftDeletes;
use SoftDeletes, HasUuids;

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

// Связь с пользователем
Expand Down
13 changes: 0 additions & 13 deletions public/img/ui/santa/blob.svg

This file was deleted.

23 changes: 1 addition & 22 deletions public/img/ui/santa/pattern.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 1 addition & 20 deletions public/img/ui/santa/snowflake-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 1 addition & 20 deletions public/img/ui/santa/snowflake-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 1 addition & 20 deletions public/img/ui/santa/snowflake-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 62673c2

Please sign in to comment.