Skip to content

Commit

Permalink
Merge pull request #4 from danielfaulknor/master
Browse files Browse the repository at this point in the history
Updating for Laravel 5.4
  • Loading branch information
gregoriohc authored Mar 15, 2017
2 parents 766e891 + d6d6186 commit 14e3c32
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 14e3c32

Please sign in to comment.