Merge pull request #899 from rafaelsisweb/develop

Fix ninja:reset-data command
This commit is contained in:
Hillel Coren 2016-05-30 19:38:32 +03:00
commit 4a9a11f840

View File

@ -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;