mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized Attributes and tests for it
This commit is contained in:
@@ -5,12 +5,14 @@ namespace App\Attribut;
|
||||
use Doctrine\Common\Collections\Collection;
|
||||
|
||||
/**
|
||||
* @see ChildsAttributInterface
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
trait ChildsAttribut
|
||||
{
|
||||
/**
|
||||
* @var Collection|ChildsAttributeInterface[]
|
||||
* @var Collection|ChildsAttributInterface[]
|
||||
*/
|
||||
protected $childs;
|
||||
|
||||
|
Reference in New Issue
Block a user