Skip to content

Commit

Permalink
Remove booting configure logging.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 16, 2016
1 parent 2f9d2dc commit 14ce564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Traits/ApplicationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public function createApplication()
$this->resolveApplicationHttpKernel($app);
$this->resolveApplicationConsoleKernel($app);

$app->make('Illuminate\Foundation\Bootstrap\ConfigureLogging')->bootstrap($app);
$app->make('Illuminate\Foundation\Bootstrap\HandleExceptions')->bootstrap($app);
$app->make('Illuminate\Foundation\Bootstrap\RegisterFacades')->bootstrap($app);
$app->make('Illuminate\Foundation\Bootstrap\SetRequestForConsole')->bootstrap($app);
Expand Down

0 comments on commit 14ce564

Please sign in to comment.