Skip to content

Commit

Permalink
Make compatible with Laravel 5.4 - closes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed May 17, 2017
1 parent 68ff4c2 commit 74096d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jaybizzle/Safeurl/SafeurlServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function boot()
*/
public function register()
{
$this->app['safeurl'] = $this->app->share(function ($app) {
$this->app->singleton('safeurl', function ($app) {
return new Safeurl();
});
}
Expand Down

0 comments on commit 74096d5

Please sign in to comment.