mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 22:17:26 +01: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…
Reference in New Issue
Block a user