@@ -119,12 +119,12 @@ |
||
| 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 | } |