Skip to content

Commit

Permalink
Merge pull request #14 from BadChoice/1.1
Browse files Browse the repository at this point in the history
update for larval 5.4. fixes #2
  • Loading branch information
kevinkhill authored Mar 10, 2017
2 parents fb790cd + e894585 commit f367469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/FontAwesomeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function boot()

public function register()
{
$this->app['fontawesome'] = $this->app->share(function ($app) {
$this->app->singleton('fontawesome', function($app)

return new FontAwesome();
});
Expand Down

0 comments on commit f367469

Please sign in to comment.