HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/vendor/mews/purifier/src/
Upload File :
Current File : /home/cardxfeb/public_html/vendor/mews/purifier/src/helpers.php
<?php

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