Skip to content

Commit

Permalink
fixing undefined index
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasgrimm committed Mar 14, 2016
1 parent 4c33435 commit 003af76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/LogKeeper.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class LogKeeper extends Command
*/
public function handle()
{
$logger = \Log::getMonolog();

try {
$service = LogKeeperServiceFactory::buildFromLaravelConfig();
$logger = $service->getLogger();
Expand Down

0 comments on commit 003af76

Please sign in to comment.