fix typo
This commit is contained in:
parent
198c976441
commit
2f856d798e
1 changed files with 1 additions and 1 deletions
|
@ -118,6 +118,6 @@ class OfferController extends AbstractController
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new HttpException(403, "No permisison");
|
throw new HttpException(403, "No permission");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue