Skip to content

Instantly share code, notes, and snippets.

// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
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