Skip to content

Commit

Permalink
Merge pull request #62 from JValck/master
Browse files Browse the repository at this point in the history
Support L5.4
  • Loading branch information
chonthu authored Mar 6, 2017
2 parents c90cb10 + 83db263 commit 586df81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nitmedia/Wkhtml2pdf/L5Wkhtml2pdfServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function boot()

public function register()
{
$this->app['wkhtml2pdf'] = $this->app->share(function($app)
$this->app->singleton('wkhtml2pdf', function($app)
{
return new Wkhtml2pdf(new LaravelConfig($app['config']), new LaravelView($app['view']));
});
Expand Down

0 comments on commit 586df81

Please sign in to comment.