Unverified Commit 32742edf authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1501 from jenssegers/analysis-XNlGky

Apply fixes from StyleCI
parents c33fc4e1 aae85e78
...@@ -11,7 +11,6 @@ class PasswordBrokerManager extends BasePasswordBrokerManager ...@@ -11,7 +11,6 @@ class PasswordBrokerManager extends BasePasswordBrokerManager
*/ */
protected function createTokenRepository(array $config) protected function createTokenRepository(array $config)
{ {
$key = $this->app['config']['app.key']; $key = $this->app['config']['app.key'];
if (\Illuminate\Support\Str::startsWith($key, 'base64:')) { if (\Illuminate\Support\Str::startsWith($key, 'base64:')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment