Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created May 10, 2013 12:25
Show Gist options
  • Save bakura10/5554105 to your computer and use it in GitHub Desktop.
Save bakura10/5554105 to your computer and use it in GitHub Desktop.
<?php
return array(
'queue_manager' => array(
'my-object' => array(
'factory' => 'MyFactory',
'options' => array(
)
),
'my-object-2' => 'MyFactory2'
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment