Skip to content

Instantly share code, notes, and snippets.

@jamband
Last active December 21, 2015 17:19
Show Gist options
  • Save jamband/6339616 to your computer and use it in GitHub Desktop.
Save jamband/6339616 to your computer and use it in GitHub Desktop.
<?php
return array(
...
'aliases' => array(
'actions' => 'application.components.actions',
),
'import' => array(
'application.models.*',
'application.components.*',
//'application.components.actions.*',
),
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment