PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
livewire
/
livewire
/
src
/
Features
/
SupportTesting
/
Editing: ShowDuskComponent.php
<?php namespace Livewire\Features\SupportTesting; class ShowDuskComponent { public function __invoke($component) { $class = urldecode($component); return app()->call(app('livewire')->new($class)); } }
SAVE
CANCEL