This commit is contained in:
Jannis Portmann 2021-05-12 15:01:41 +02:00
parent 198c976441
commit 2f856d798e

View file

@ -118,6 +118,6 @@ class OfferController extends AbstractController
]);
}
throw new HttpException(403, "No permisison");
throw new HttpException(403, "No permission");
}
}