Viewing File: /htdocs/atito2/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);
    }
}
Back to Directory File Manager