mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-08 05:07:57 +00: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