mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
10 lines
165 B
PHP
10 lines
165 B
PHP
<?php
|
|
|
|
namespace App\Entity\Meta\Relation\Parent;
|
|
|
|
use App\Entity\Meta\Relation\RelationInterface;
|
|
|
|
interface CreatorRelationInterface extends RelationInterface
|
|
{
|
|
}
|