Skip to content

Commit

Permalink
Changed main middleware name
Browse files Browse the repository at this point in the history
  • Loading branch information
nahime0 committed Apr 2, 2023
1 parent 71c84e3 commit 5c0fe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Registrators/MiddlewareRegistrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MiddlewareRegistrator implements RegistratorInterface
public function __construct(private readonly Authenticator $authenticator, string $prefix = 'middleware')
{
$this->parameters = collect([
'verified' => $this->authenticator->name(),
'verified' => $this->authenticator->name() . '-verified',
'guest' => $this->authenticator->name() . '-guest',
'logged_in' => $this->authenticator->name() . '-logged',
'web' => $this->authenticator->name() . '-web',
Expand Down

0 comments on commit 5c0fe4b

Please sign in to comment.