Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dclarke-modus/06f9295e00699b17d4043810256a08a8 to your computer and use it in GitHub Desktop.
Save dclarke-modus/06f9295e00699b17d4043810256a08a8 to your computer and use it in GitHub Desktop.
$this->app->bind('FooBar', function($app)
{
return new FooBar($app['SomethingElse']);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment