����JFIFxx��C      ��C  ��"�� ���}!1AQa"q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz��������������������������������������������������������������������������� ���w!1AQaq"2�B���� #3R�br�{ gilour

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);
    }
}