Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Razorsheep committed Mar 11, 2019
1 parent b694ae3 commit 8650d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JanitorManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class JanitorManager extends Manager implements Factory
*/
protected function createJwtDriver()
{
$config = $this->app['config']['janitor.drivers.passport'];
$config = $this->app['config']['janitor.drivers.jwt'];

return new JWTProxy($config);
}
Expand Down

0 comments on commit 8650d15

Please sign in to comment.