Skip to content

Commit

Permalink
oops fix unknown variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasetyo committed Aug 25, 2015
1 parent 806e652 commit a9a4dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/MonologServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ function () use ($app) {
}
);

$container->bind(LoggerInterface::class, 'Logger');
$app->bind(LoggerInterface::class, 'Logger');
}
}

0 comments on commit a9a4dc0

Please sign in to comment.