: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Nextend\Framework\Misc;
use Nextend\Framework\Misc\Base64\Decoder;
use Nextend\Framework\Misc\Base64\Encoder;
public static function decode($data) {
return Decoder::decode($data);
public static function encode($data) {
return Encoder::encode($data);