Update GroupActivityPubService.php

pull/6332/head
Shlee 2 days ago committed by GitHub
parent 45a9a3b472
commit 836d0387d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -152,6 +152,7 @@ class GroupActivityPubService
if($validator->fails()) {
return $validator->errors();
//Dead return false;
}
return $validator->validated();

Loading…
Cancel
Save