Finish add conditional groups

This commit is contained in:
osaajani 2019-11-28 01:55:11 +01:00
parent f4bbfa0152
commit 47b26e3cd2
15 changed files with 273 additions and 67 deletions

View file

@ -47,8 +47,6 @@ use Symfony\Component\ExpressionLanguage\ExpressionFunction;
}
catch (\Exception $e)
{
echo "Error : ";
echo $e->getMessage();
return false;
}
}