HOME


sh-3ll 1.0
DIR:/home/medisavehealth/www/bright.medisavehealthcarebd.com/vendor/mews/purifier/src/
Upload File :
Current File : /home/medisavehealth/www/bright.medisavehealthcarebd.com/vendor/mews/purifier/src/helpers.php
<?php

if (!function_exists('clean')) {
    function clean($dirty, $config = null)
    {
        return app('purifier')->clean($dirty, $config);
    }
}