We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4520d commit 1183255Copy full SHA for 1183255
src/Jenssegers/Mongodb/Auth/PasswordBrokerManager.php
@@ -11,7 +11,7 @@ protected function createTokenRepository(array $config)
11
{
12
$laravel = app();
13
14
- if (starts_with($laravel::VERSION, '5.4') {
+ if (starts_with($laravel::VERSION, '5.4')) {
15
return new DatabaseTokenRepository(
16
$this->app['db']->connection(),
17
$this->app['hash'],
0 commit comments