JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "Purifier.php"

Full Path: /var/www/laravel_filter/vendor/mews/purifier/src/Facades/Purifier.php
File size: 329 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Mews\Purifier\Facades;

use Illuminate\Support\Facades\Facade;

/**
 * @method static mixed clean($dirty, $config = null, \Closure $postCreateConfigHook = null)
 * @see \Mews\Purifier
 */
class Purifier extends Facade
{

    protected static function getFacadeAccessor()
    {
        return 'purifier';
    }
}