File "DuskComponent.stub"
Full Path: /home/fundopuh/trader.fxex.org/vendor/livewire/livewire/stubs/DuskComponent.stub
File size: 256 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Tests\Browser\[name];
use Illuminate\Support\Facades\View;
use Livewire\Component as BaseComponent;
class Component extends BaseComponent
{
public function render()
{
return View::file(__DIR__.'/view.blade.php');
}
}