Skip to content

Instantly share code, notes, and snippets.

@mewm
Created May 5, 2015 18:49
Show Gist options
  • Select an option

  • Save mewm/1a7be3bbfb2779dd780e to your computer and use it in GitHub Desktop.

Select an option

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