We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, In commit https://github.com/Kdyby/Events/commit/a1bc9fc91bc69fc09c6887eab4244f5e5103670f#diff-1f0ce9072c0cc99b258ebb3dfed9367aec2b79e2f6a14809e6c04028669190d0R13 changed namespace of class Event alias SymfonyEvent in SymfonyDispatcher.php. @PavelJurasek did you have any reason? I have problem with migrations via console. ConsoleCommandEvent and ConsoleTerminateEvent extends Symfony\Component\EventDispatcher\Event not Symfony\Contracts\EventDispatche\Event
The text was updated successfully, but these errors were encountered:
Hi, my guess is that you use older versions of sf/console. Upgrading those might be an option.
Sorry, something went wrong.
No branches or pull requests
Hello,
In commit https://github.com/Kdyby/Events/commit/a1bc9fc91bc69fc09c6887eab4244f5e5103670f#diff-1f0ce9072c0cc99b258ebb3dfed9367aec2b79e2f6a14809e6c04028669190d0R13 changed namespace of class Event alias SymfonyEvent in SymfonyDispatcher.php. @PavelJurasek did you have any reason?
I have problem with migrations via console. ConsoleCommandEvent and ConsoleTerminateEvent extends Symfony\Component\EventDispatcher\Event not Symfony\Contracts\EventDispatche\Event
The text was updated successfully, but these errors were encountered: