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

@ -24,14 +24,6 @@ class BillReminder extends Command
* @var string
*/
protected $description = 'Send reminders for bills';
/**
* Create a new command instance.
*/
public function __construct()
{
parent::__construct();
}
/**
* Execute the console command.