Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Apr 28, 2020
1 parent 3e46d59 commit e52ceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function user()
$provider = $this->provider ?: config('auth.guards.api.provider');

return $this->belongsTo(
config("auth.providers.$provider.model")
config("auth.providers.{$provider}.model")
);
}

Expand Down

0 comments on commit e52ceba

Please sign in to comment.