This commit is contained in:
Julian Prieber 2024-02-10 18:14:36 +01:00
parent 59b7c3eb77
commit 8a8604e897
1 changed files with 1 additions and 1 deletions

View File

@ -1189,7 +1189,7 @@ class UserController extends Controller
]); ]);
if ($validatedData->fails()) { if ($validatedData->fails()) {
print_r($linkData); die; throw new \Exception('Invalid link');
} }
$newLink = new Link(); $newLink = new Link();