File "CreateBladeView.php"
Full Path: /home/fundopuh/trader.fxex.org/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() {}
}