removed construct function

This commit is contained in:
denisdulici
2020-02-21 11:12:52 +03:00
parent 2fc45ed581
commit d8a0948faf
7 changed files with 3 additions and 63 deletions

View File

@ -12,7 +12,7 @@ class SampleData extends Command
*
* @var string
*/
protected $signature = 'sample-data:seed {--count=100 : total records for each item}';
protected $signature = 'sample-data:seed {--count=100 : total records for each item}';
/**
* The console command description.
@ -21,16 +21,6 @@ class SampleData extends Command
*/
protected $description = 'Seed for sample data';
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{
parent::__construct();
}
/**
* Execute the console command.
*