%PDF- %PDF-
| Direktori : /www/loslex_o/production/vendor/livewire/livewire/src/Features/SupportTesting/ |
| Current File : /www/loslex_o/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));
}
}