Bugfix
This commit is contained in:
parent
59b7c3eb77
commit
8a8604e897
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue