(Fix) WishController 🐛

This commit is contained in:
HDVinnie
2019-04-02 19:50:56 -04:00
parent 36154b5f59
commit cb896e6a6d
+1 -1
View File
@@ -58,7 +58,7 @@ class WishController extends Controller
if ($this->wish->exists($uid, $imdb)) {
return redirect()
->route('wishlist', ['id' => $uid])
->route('user_wishlist', ['slug' => auth()->user()->slug, 'id' => $uid])
->withErrors('Wish already exists!');
}