File "TouchCommand.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/livewire/livewire/src/Commands/TouchCommand.php
File size: 259 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Livewire\Commands;
class TouchCommand extends MakeCommand
{
protected $signature = 'livewire:touch {name} {--force} {--inline} {--test} {--stub=default}';
protected function configure()
{
$this->setHidden(true);
}
}