fix: Avoid failing on public dav URLs
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
@@ -88,8 +88,6 @@ class AssignmentService {
|
||||
$this->changeHelper = $changeHelper;
|
||||
$this->activityManager = $activityManager;
|
||||
$this->eventDispatcher = $eventDispatcher;
|
||||
|
||||
$this->assignmentServiceValidator->check(compact('userId'));
|
||||
$this->currentUser = $userId;
|
||||
}
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ use Psr\Log\LoggerInterface;
|
||||
|
||||
class CardService {
|
||||
|
||||
private string $currentUser;
|
||||
private ?string $currentUser;
|
||||
|
||||
public function __construct(
|
||||
private CardMapper $cardMapper,
|
||||
|
||||
Reference in New Issue
Block a user