Skip to content

Commit a6a0949

Browse files
committed
Merge pull request mongodb#1501 from jenssegers/analysis-XNlGky
Apply fixes from StyleCI
2 parents e6c8247 + a0070e0 commit a6a0949

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Jenssegers/Mongodb/Auth/PasswordBrokerManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class PasswordBrokerManager extends BasePasswordBrokerManager
1111
*/
1212
protected function createTokenRepository(array $config)
1313
{
14-
1514
$key = $this->app['config']['app.key'];
1615

1716
if (\Illuminate\Support\Str::startsWith($key, 'base64:')) {

0 commit comments

Comments
 (0)