Skip to content

Commit

Permalink
[backup] versionamento de backup
Browse files Browse the repository at this point in the history
  • Loading branch information
oviniciusfeitosa committed Jul 1, 2019
1 parent 10ad552 commit 09faf8f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
*/

$app->group(['namespace' => 'App\Http\Controllers'], function ($app) {
require __DIR__.'/../app/Http/routes.php';
require __DIR__.'/../app/Http/routes-v1.php';
});

return $app;
10 changes: 10 additions & 0 deletions storage/logs/lumen.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[2019-07-01 21:10:24] lumen.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: {closure}(): Failed opening required '/var/www/empresarial/devbrotherhood/lumen-swagger/bootstrap/../app/Http/routes.php' (include_path='.:/usr/share/php') in /var/www/empresarial/devbrotherhood/lumen-swagger/bootstrap/app.php:103
Stack trace:
#0 /var/www/empresarial/devbrotherhood/lumen-swagger/vendor/laravel/lumen-framework/src/Concerns/RegistersExceptionHandlers.php(55): Laravel\Lumen\Application->handleShutdown()
#1 [internal function]: Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}()
#2 {main}
[2019-07-01 21:10:29] lumen.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: {closure}(): Failed opening required '/var/www/empresarial/devbrotherhood/lumen-swagger/bootstrap/../app/Http/routes.php' (include_path='.:/usr/share/php') in /var/www/empresarial/devbrotherhood/lumen-swagger/bootstrap/app.php:103
Stack trace:
#0 /var/www/empresarial/devbrotherhood/lumen-swagger/vendor/laravel/lumen-framework/src/Concerns/RegistersExceptionHandlers.php(55): Laravel\Lumen\Application->handleShutdown()
#1 [internal function]: Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure}()
#2 {main}

0 comments on commit 09faf8f

Please sign in to comment.