| Current Path : /var/www/html/xfacil.desafio.com.py/vendor/livewire/livewire/src/Commands/ |
| Current File : /var/www/html/xfacil.desafio.com.py/vendor/livewire/livewire/src/Commands/RmCommand.php |
<?php
namespace Livewire\Commands;
class RmCommand extends DeleteCommand
{
protected $signature = 'livewire:rm {name} {--inline} {--force} {--test}';
protected function configure()
{
$this->setHidden(true);
}
}