Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
StanBarrows committed Sep 20, 2023
1 parent 63ee5e2 commit 834fddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/AuthProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class AuthProvider extends Model
{
protected Model $model;
protected $model;

protected $casts = [
'provider' => ProviderEnum::class,
Expand Down

0 comments on commit 834fddb

Please sign in to comment.