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