mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Fixed code style.
This commit is contained in:
parent
1aed1d1d26
commit
9a7223a301
142 changed files with 534 additions and 716 deletions
|
@ -33,7 +33,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|||
class MeasurementUnitAttachment extends Attachment
|
||||
{
|
||||
/**
|
||||
* @var Manufacturer The element this attachment is associated with.
|
||||
* @var Manufacturer the element this attachment is associated with
|
||||
* @ORM\ManyToOne(targetEntity="App\Entity\Parts\MeasurementUnit", inversedBy="attachments")
|
||||
* @ORM\JoinColumn(name="element_id", referencedColumnName="id", nullable=false, onDelete="CASCADE").
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue