Skip to content

Commit cd16237

Browse files
committed
Fixed secret-santa model
1 parent e54e403 commit cd16237

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Models/SecretSantaParticipant.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
use Illuminate\Database\Eloquent\Concerns\HasUuids;
66
use Illuminate\Database\Eloquent\Model;
77
use Illuminate\Database\Eloquent\SoftDeletes;
8+
use Orchid\Screen\AsSource;
89

910
class SecretSantaParticipant extends Model
1011
{
11-
use HasUuids, SoftDeletes;
12+
use HasUuids, SoftDeletes, AsSource;
1213

1314
protected $fillable = [
1415
'address',

0 commit comments

Comments
 (0)