mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-10-11 10:08:08 +02:00
Implemented constructor
This commit is contained in:
@@ -9,4 +9,7 @@ use App\Entity\AbstractEntity;
|
|||||||
*/
|
*/
|
||||||
abstract class AbstractMeta extends AbstractEntity implements MetaInterface
|
abstract class AbstractMeta extends AbstractEntity implements MetaInterface
|
||||||
{
|
{
|
||||||
|
public function __construct(){
|
||||||
|
parent::__construct();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user