namespace ; use App\Core\Factory\FactoryInterface; use as Entity; class implements FactoryInterface { public function create(): Entity { return new Entity(); } }