Skip to content

Instantly share code, notes, and snippets.

@mewm
Created May 5, 2015 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mewm/1a7be3bbfb2779dd780e to your computer and use it in GitHub Desktop.
Save mewm/1a7be3bbfb2779dd780e to your computer and use it in GitHub Desktop.
$this->app->bind(
'Esub\Infrastructure\Data\Campaign\CampaignRepository',
function() {
return new CampaignCacheDecorator(App::make('Esub\Infrastructure\Data\Campaign\CampaignDb'));
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment