Skip to content

Commit 1183255

Browse files
committed
Added missing ')'
1 parent 6e4520d commit 1183255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Auth/PasswordBrokerManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ protected function createTokenRepository(array $config)
1111
{
1212
$laravel = app();
1313

14-
if (starts_with($laravel::VERSION, '5.4') {
14+
if (starts_with($laravel::VERSION, '5.4')) {
1515
return new DatabaseTokenRepository(
1616
$this->app['db']->connection(),
1717
$this->app['hash'],

0 commit comments

Comments
 (0)