Skip to content

Instantly share code, notes, and snippets.

@hannesvdvreken
Created September 29, 2015 15:38
Show Gist options
  • Save hannesvdvreken/b4f7e9e61485c3a2c93b to your computer and use it in GitHub Desktop.
Save hannesvdvreken/b4f7e9e61485c3a2c93b to your computer and use it in GitHub Desktop.
Laravel service binding
$container->resolving(EmitterAwareInterface::class, function (EmitterAwareInterface $emitterAware) {
$emitterAware->setEmitter($container->make(EmitterInterface::class));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment