second
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Repository\TypeDmuRepository;
|
||||
use App\Repository\DmuCatRepository;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
#[ORM\Entity(repositoryClass: TypeDmuRepository::class)]
|
||||
#[ORM\Entity(repositoryClass: DmuCatRepository::class)]
|
||||
class DmuCat
|
||||
{
|
||||
#[ORM\Id]
|
||||
@ -13,7 +13,7 @@ class DmuCat
|
||||
#[ORM\Column]
|
||||
private ?int $id = null;
|
||||
|
||||
#[ORM\Column]
|
||||
#[ORM\Column(nullable: true)]
|
||||
private ?int $pocheNumber = null;
|
||||
|
||||
#[ORM\Column(length: 1000)]
|
||||
|
Reference in New Issue
Block a user