Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit f311021

Browse files
Removed an unneeded constructor
1 parent da6ae88 commit f311021

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Console/AsyncCommand.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ class AsyncCommand extends Command
2323
*/
2424
protected $description = 'Run a queue from the database';
2525

26-
/**
27-
* Create a new command instance.
28-
*
29-
* @return void
30-
*/
31-
public function __construct()
32-
{
33-
parent::__construct();
34-
}
35-
3626
/**
3727
* Execute the console command.
3828
*

0 commit comments

Comments
 (0)