Try getting rid of the following:
public function getDocumentationProvider(): ?DocumentationProviderInterface
{
return new AtomikDocumentationProvider($this);
}
I haven’t tried this, but you shouldn’t need the documentation.
Try getting rid of the following:
public function getDocumentationProvider(): ?DocumentationProviderInterface
{
return new AtomikDocumentationProvider($this);
}
I haven’t tried this, but you shouldn’t need the documentation.