Skip to content

Instantly share code, notes, and snippets.

@assertchris
Created January 10, 2014 13:36
Show Gist options
  • Select an option

  • Save assertchris/8352023 to your computer and use it in GitHub Desktop.

Select an option

Save assertchris/8352023 to your computer and use it in GitHub Desktop.
App 1: App::bind('Full\Interface\Namespace', 'Full\Implementation\Namespace1');
App 2: App::bind('Full\Interface\Namespace', 'Full\Implementation\Namespace2');
App 3: App::bind('Full\Interface\Namespace', 'Full\Implementation\Namespace3');
App 4: App::bind('Full\Interface\Namespace', 'Full\Implementation\Namespace4');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment