File "CpCommand.php"
Full Path: /var/www/lionsclub/core/vendor/livewire/livewire/src/Commands/CpCommand.php
File size: 238 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}';
protected function configure()
{
$this->setHidden(true);
}
}