| Path : /var/www/html/phkaymedia/vendor/livewire/livewire/src/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/phkaymedia/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() {}
}