Hello, it seems there is a bug (or my usage is wrong?) in Doctrine\ORM\Tools \SchemaTools. I'm playing with the SchemaTool and i want to build a bundle for convenience reasons to interact with Entity files and database.
... $classes = $this->_entityManager->getConfiguration()- >getMetadataDriverImpl()->getAllClassNames(); $sql = $this->_schemaTool->getCreateSchemaSql($classes); ... this lines provoke a notice like Notice: Trying to get property of non-object in /.../vendor/doctrine/ lib/Doctrine/ORM/Tools/SchemaTool.php line 105 could anybody explain this behavior? greets pr -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
