App\Console\Commands\ResetInvoiceSchemaCounter::__construct PHP 메소드

__construct() 공개 메소드

Create a new command instance.
public __construct ( Invoice $invoice )
$invoice app\models\Invoice
    public function __construct(Invoice $invoice)
    {
        parent::__construct();
        $this->invoice = $invoice;
    }
ResetInvoiceSchemaCounter