HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/vendor/livewire/livewire/src/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/vendor/livewire/livewire/src/CreateBladeView.php
<?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() {}
}