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