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

File "CreateBladeView.php"

Full Path: /var/www/lionsclub/core/vendor/livewire/livewire/src/CreateBladeView.php
File size: 278 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Livewire;

use Illuminate\View\Component;

class CreateBladeView extends Component
{
    public static function fromString($contents)
    {
        return (new static)->createBladeViewFromString(app('view'), $contents);
    }

    public function render() {}
}