We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a090d commit 3750621Copy full SHA for 3750621
app/Http/Middleware/LinkId.php
@@ -20,7 +20,7 @@ public function handle($request, Closure $next)
20
return abort(404);
21
}
22
23
- if ($user->id !== $link->user_id) {
+ if ($user->id != $link->user_id) {
24
return abort(403);
25
26
0 commit comments