Skip to content

Commit

Permalink
Merge pull request #10 from Pchol/fix-missing-var-dumper-namespace-alias
Browse files Browse the repository at this point in the history
add missing namespace alias for VarDumper
  • Loading branch information
pahanini authored Oct 3, 2018
2 parents ddc01a3 + c3a394c commit f7922f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ConsoleTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use yii\helpers\Console;
use yii\log\Logger;
use yii\log\Target;
use yii\helpers\VarDumper;

/**
* ConsoleTarget writes log to console (useful for debugging console applications)
Expand Down

0 comments on commit f7922f9

Please sign in to comment.