removed construct function
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user