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