| Current Path : /var/www/html/eddacademiach.sumar.com.py/vendor/livewire/livewire/src/Commands/ |
| Current File : /var/www/html/eddacademiach.sumar.com.py/vendor/livewire/livewire/src/Commands/TouchCommand.php |
<?php
namespace Livewire\Commands;
class TouchCommand extends MakeCommand
{
protected $signature = 'livewire:touch {name} {--force} {--inline} {--test} {--stub=default}';
protected function configure()
{
$this->setHidden(true);
}
}