Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 18, 2023
1 parent 9193529 commit 0058807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Concerns/UsesGeneratorOverrides.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ protected function rootNamespaceUsingCanvas(): string
/**
* Get the model for the default guard's user provider.
*/
protected function userProviderModelUsingCanvas(): ?string
protected function userProviderModelUsingCanvas(?string $guard = null): ?string
{
return $this->generatorPreset()->userProviderModel();
return $this->generatorPreset()->userProviderModel($guard);
}

/**
Expand Down

0 comments on commit 0058807

Please sign in to comment.