linting and updating

This commit is contained in:
lubiana 2024-02-13 23:02:22 +01:00
parent 1a99758a0c
commit 7e00f2f8f1
21 changed files with 174 additions and 172 deletions

View file

@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
namespace App\Entity;
@ -30,7 +29,6 @@ class Vendor
)]
private Collection $menuItems;
public function __construct()
{
$this->id = new Ulid;