Created
September 7, 2019 21:50
-
-
Save nullthoughts/ddd3d40fc68bce69494c57e006987991 to your computer and use it in GitHub Desktop.
Lode app console() method helper for Laravel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(! class_exists(\LodeApp\PHPUnit\Console::class)) { | |
function console($vars, $dump = true) { | |
dump($vars); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment