mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-08-21 19:25:03 +02:00
13 lines
105 B
PHP
13 lines
105 B
PHP
<?php
|
|
namespace App\Entity;
|
|
|
|
/**
|
|
*
|
|
* @author kevinfrantz
|
|
*
|
|
*/
|
|
interface EntityInterface
|
|
{
|
|
}
|
|
|