%PDF- %PDF-
Direktori : /www/loslex/production/vendor/livewire/livewire/src/Features/SupportTesting/ |
Current File : /www/loslex/production/vendor/livewire/livewire/src/Features/SupportTesting/ShowDuskComponent.php |
<?php namespace Livewire\Features\SupportTesting; class ShowDuskComponent { public function __invoke($component) { $class = urldecode($component); return app()->call(app('livewire')->new($class)); } }