<?php namespace Lc\SovBundle\Doctrine\Extension; trait ClearIdTrait { public function clearId($id): self { $this->id = $id; return $this; } }