Update commands to php 8.1
This commit is contained in:
@ -14,7 +14,7 @@ use Symfony\Component\Console\Question\Question;
|
||||
class CreateDatabaseCommand extends Command
|
||||
{
|
||||
public function __construct(
|
||||
private DatabaseService $db,
|
||||
private readonly DatabaseService $db,
|
||||
)
|
||||
{
|
||||
parent::__construct();
|
||||
|
Reference in New Issue
Block a user