Update commands to php 8.1

This commit is contained in:
Tim
2022-09-28 13:34:03 +02:00
parent 55395666b7
commit 3920ed4244
7 changed files with 9 additions and 8 deletions

View File

@ -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();