File "MakeLivewireCommand.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/livewire/livewire/src/Commands/MakeLivewireCommand.php
File size: 178 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Livewire\Commands;

class MakeLivewireCommand extends MakeCommand
{
    protected $signature = 'make:livewire {name} {--force} {--inline} {--test} {--stub=}';
}