Add missing use Utils
This commit is contained in:
parent
c061808677
commit
db89a574f6
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php namespace App\Console\Commands;
|
||||
|
||||
|
||||
use Utils;
|
||||
use Illuminate\Console\Command;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue