Completed
Push — 2.x ( ae70d4...c1417c )
by Cy
04:39
created
src/RedisSentinelServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.