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

@ -22,14 +22,6 @@ class FinishUpdate extends Command
*/
protected $description = 'Finish the update process through CLI';
/**
* Create a new command instance.
*/
public function __construct()
{
parent::__construct();
}
/**
* Execute the console command.
*