Skip to content

Instantly share code, notes, and snippets.

@mrjayviper
Created January 20, 2014 08:38
Show Gist options
  • Save mrjayviper/8516831 to your computer and use it in GitHub Desktop.
Save mrjayviper/8516831 to your computer and use it in GitHub Desktop.
Hello. I have 2 bundles in my src folder (aside from Acme which came by default).
Can I create a third bundle to store this listener?
e.g. /src/MyNewApp/GenericBundle/Listener/OracleListener.php
or do I need to have this listener in both bundles?
e.g. /src/MyWork/StudentBundle/Listener/OracleListener.php
/src/MyWork/StaffBundle/Listener/OraclerListener.php
Thanks very much :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment