Jan Gregor Emge-Triebel
Jan Gregor Emge-Triebel
Minor edits to enable installation with symfony 4
Given we have an abstract class which is declared a MappedSuperclass like this: ``` /** * @MongoDB\MappedSuperclass(repositoryClass="EventBundle\Repository\MongoDB\ReportRepository") * @MongoDB\DiscriminatorField(fieldName="type") * @MongoDB\DiscriminatorMap({ * "royalty_batch" = "TheaterBundle\Document\Event\Report\RoyaltyBatchReport", * "royalty" = "TheaterBundle\Document\Event\Report\RoyaltyReport", *...
Hi 👋 Our directus instance currently only supports login via OAuth (e.g. github). We would like to use this package, but it seems like you only support login via username/password...