Skip to content

Commit

Permalink
Fixing 5.4 Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
joedawson committed Feb 28, 2017
1 parent 2bc4b6c commit fb8925b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/AmazonECSServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public function boot()
*/
public function register()
{
$this->app->singleton(AmazonECS::class);
$this->app->bind('amazon-ecs', function($app) {
return new AmazonECS;
});
}
}

0 comments on commit fb8925b

Please sign in to comment.