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