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