Skip to content

Instantly share code, notes, and snippets.

@ojhaujjwal
Created October 8, 2017 03:10
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 ojhaujjwal/41b4027d745e84f0583914b7a6a509f7 to your computer and use it in GitHub Desktop.
Save ojhaujjwal/41b4027d745e84f0583914b7a6a509f7 to your computer and use it in GitHub Desktop.
<?php
$container->bind('My\Service', function($container) {
return new My\Service($container->make('My\AnotherService'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment