App\Console\Commands\ResetInvoiceSchemaCounter::__construct PHP Method

__construct() public method

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