JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "WithConfig.php"
Full Path: /var/www/laravel_filter/vendor/mews/purifier/src/Casts/WithConfig.php
File size: 211 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Mews\Purifier\Casts;
trait WithConfig
{
/**
* @var mixed
*/
protected $config;
public function __construct($config = null)
{
$this->config = $config;
}
}