Add missing use Utils

This commit is contained in:
rafael.sisweb 2016-05-30 12:30:57 -04:00
parent c061808677
commit db89a574f6

View File

@ -1,5 +1,7 @@
<?php namespace App\Console\Commands; <?php namespace App\Console\Commands;
use Utils;
use Illuminate\Console\Command; use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputArgument;