Skip to content

Commit

Permalink
fix ziggy sp
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Aug 17, 2017
1 parent 7f8c9ca commit 3ec3027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaManagerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ public function boot()

public function register()
{
$this->app->register(Tightenco\Ziggy\ZiggyServiceProvider::class);
$this->app->register(\Tightenco\Ziggy\ZiggyServiceProvider::class);
}
}

0 comments on commit 3ec3027

Please sign in to comment.