mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 00:40:12 -05:00
(Fix) WishController 🐛
This commit is contained in:
@@ -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!');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user