You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using symfony3 for my new project.
As usual I installed this bundle and when I execute "php bin/console doctrine:generate:entities AppBundle" command to generate my entities i get follow error in my terminal:
Fatal error: Class Iphp\FileStoreBundle\Command\RepairFileDataCommand contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Sensio\Bundle\GeneratorBundle\Command\GeneratorCommand::createGenerator) in /Users/any-user/workflow/php/my-app-name-here/vendor/iphp/filestore-bundle/Iphp/FileStoreBundle/Command/RepairFileDataCommand.php on line 16
Sorry for my English, have a nice day.
The text was updated successfully, but these errors were encountered:
I'm using symfony3 for my new project.
As usual I installed this bundle and when I execute "
php bin/console doctrine:generate:entities AppBundle
" command to generate my entities i get follow error in my terminal:Fatal error: Class Iphp\FileStoreBundle\Command\RepairFileDataCommand contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Sensio\Bundle\GeneratorBundle\Command\GeneratorCommand::createGenerator) in /Users/any-user/workflow/php/my-app-name-here/vendor/iphp/filestore-bundle/Iphp/FileStoreBundle/Command/RepairFileDataCommand.php on line 16
Sorry for my English, have a nice day.
The text was updated successfully, but these errors were encountered: