Skip to content

Commit

Permalink
Updating for Laravel 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfaulknor authored Feb 28, 2017
1 parent 766e891 commit d6d6186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TrelloServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function boot() {
*/
public function register() {

$this->app['trello'] = $this->app->share(function($app) {
$this->app->singleton("trello", function($app) {
return new Wrapper($app['config']);
});
}
Expand Down

0 comments on commit d6d6186

Please sign in to comment.