diff --git a/src/Controller/CustomerController.php b/src/Controller/CustomerController.php index f7ae1593..0b37b8d6 100644 --- a/src/Controller/CustomerController.php +++ b/src/Controller/CustomerController.php @@ -183,7 +183,7 @@ class CustomerController extends Controller { if ((!$this->isGranted('jo_onestep.form')) || (!$this->isGranted('jo_walkin.form')) || - (!$this->isGranted('jo_in.list')) { + (!$this->isGranted('jo_in.list'))) { $exception = $this->createAccessDeniedException('No access.'); throw $exception; }