mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
Bugfix
This commit is contained in:
parent
59b7c3eb77
commit
8a8604e897
@ -1189,7 +1189,7 @@ class UserController extends Controller
|
||||
]);
|
||||
|
||||
if ($validatedData->fails()) {
|
||||
print_r($linkData); die;
|
||||
throw new \Exception('Invalid link');
|
||||
}
|
||||
|
||||
$newLink = new Link();
|
||||
|
Loading…
x
Reference in New Issue
Block a user