Laravel Service Container: Service Container: Simple Bindings
Service Container: Simple Bindings
$this->app->bind('HelpSpot\API', function ($app) {
return new HelpSpot\API($app->make('HttpClient'));
}); $this->app->bind('HelpSpot\API', function ($app) {
return new HelpSpot\API($app->make('HttpClient'));
});
Clickable & Draggable!