Test Setup Failed
Pull Request — master (#37)
by Abdelouahab
04:33
created
src/Commands/InstallCommand.php 1 patch
Switch Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -119,12 +119,12 @@
 block discarded – undo
119 119
                 case self::CHANNELS_ROUTE:
120 120
                 $this->addLearningLockerRouting($filesystem, self::CHANNELS_ROUTE);
121 121
             break;
122
-            default:
123
-                $this->error('Could not find the Laravel route file...'); echo "\n";
122
+                default:
123
+                    $this->error('Could not find the Laravel route file...'); echo "\n";
124 124
 
125
-                if ($this->confirm("Would you like to try again?", true)) {
126
-                    return $this->setupLaravelRouting($filesystem);
127
-                }
125
+                    if ($this->confirm("Would you like to try again?", true)) {
126
+                        return $this->setupLaravelRouting($filesystem);
127
+                    }
128 128
             }
129 129
 
130 130
         }
Please login to merge, or discard this patch.