Skip to content

Commit f88909b

Browse files
committed
added missing use statements
1 parent cbb8afb commit f88909b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helpers.php

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
* with laravel-scripts. If not, see <http://www.gnu.org/licenses/>.
2525
*/
2626

27+
use Illuminate\Support\Debug\Dumper;
28+
use Symfony\Component\VarDumper\Cloner\VarCloner;
29+
use Symfony\Component\VarDumper\Dumper\CliDumper;
30+
2731
if (! function_exists('dumpVariables')) {
2832
/**
2933
* Dump the passed variables.

0 commit comments

Comments
 (0)