@@ -38,7 +38,7 @@ |
||
38 | 38 | |
39 | 39 | // Lumen removed session support since version 5.2, so we'll only bind |
40 | 40 | // the Sentinel session handler if we're running Laravel. |
41 | - if (! $this->isLumenApplication()) { |
|
41 | + if (!$this->isLumenApplication()) { |
|
42 | 42 | $this->addRedisSentinelSessionHandler($this->app->make('session')); |
43 | 43 | } |
44 | 44 |