chamilo-lms
chamilo-lms copied to clipboard
Update AppKernel.php for PHP 8 support
Update for PHP 8 support DamienR : AppKernel implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) @baelmyhu