Skip to content

Commit

Permalink
Fixed missing log facade
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer authored Sep 1, 2017
1 parent d4f2530 commit 0059ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DatabaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace VisualAppeal\DatabaseLogger;

use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Log;

use Monolog\Handler\AbstractProcessingHandler;

Expand Down

0 comments on commit 0059ef6

Please sign in to comment.