Some cleaning up.

This commit is contained in:
James Cole
2014-12-13 23:40:25 +01:00
parent 4b4ad7f1a8
commit 8e6ca0dd05
7 changed files with 19 additions and 5 deletions

View File

@@ -4,6 +4,9 @@ use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
/**
* Class Cleanup
*/
class Cleanup extends Command
{
@@ -21,9 +24,7 @@ class Cleanup extends Command
protected $name = 'firefly:cleanup';
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{