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