App\Ninja\Intents\InvoiceIntent::__construct PHP Method

__construct() public method

public __construct ( $state, $data )
    public function __construct($state, $data)
    {
        $this->invoiceRepo = app('App\\Ninja\\Repositories\\InvoiceRepository');
        parent::__construct($state, $data);
    }