mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Added AbstractEntityController
This commit is contained in:
@@ -8,7 +8,7 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
class AbstractEntity
|
||||
abstract class AbstractEntity implements EntityInterface
|
||||
{
|
||||
use IdAttribut;
|
||||
|
||||
|
Reference in New Issue
Block a user