As described on official PHP documentation, in the new version 7.2 the (unset) cast is deprecated and in the class Enumerable there is an explicit cast at line 88.
This thing generate an internal server error that crash all the application.
This is the stack trace of error:
PHP Deprecated: The (unset) cast is deprecated in www\vendor\athari\yalinqo\YaLinqo\Enumerable.php on line 88
As described on official PHP documentation, in the new version 7.2 the (unset) cast is deprecated and in the class Enumerable there is an explicit cast at line 88. This thing generate an internal server error that crash all the application. This is the stack trace of error: PHP Deprecated: The (unset) cast is deprecated in www\vendor\athari\yalinqo\YaLinqo\Enumerable.php on line 88
Can you fix it? Thank you