|
@@ -17,7 +17,7 @@ |
|
|
block discarded – undo |
|
17
|
17
|
// $this->loadTranslationsFrom(__DIR__.'/../resources/lang', 'desemax'); |
|
18
|
18
|
// $this->loadViewsFrom(__DIR__.'/../resources/views', 'desemax'); |
|
19
|
19
|
// $this->loadMigrationsFrom(__DIR__.'/../database/migrations'); |
|
20
|
|
- $this->loadRoutesFrom(__DIR__.'/routes.php'); |
|
|
20
|
+ $this->loadRoutesFrom(__DIR__.'/routes.php'); |
|
21
|
21
|
|
|
22
|
22
|
// Publishing is only necessary when using the CLI. |
|
23
|
23
|
if ($this->app->runningInConsole()) { |
Please login to merge, or discard this patch.