Skip to content

Commit

Permalink
Fixed secret-santa model
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 24, 2024
1 parent e54e403 commit cd16237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Models/SecretSantaParticipant.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
use Illuminate\Database\Eloquent\Concerns\HasUuids;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
use Orchid\Screen\AsSource;

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

protected $fillable = [
'address',
Expand Down

0 comments on commit cd16237

Please sign in to comment.