Welcome Guest, Not a member yet? Register   Sign In
Codeigniter controller showing error
#2

This function is in your Invoice class right? Does it have a property (variable) called $email?

class Invoice {
public $email = \Config\Services:email();

public function sendReminderForUnpaidInvoice() {
// some code
$this->email->initialize($config); // line 563
// more code
}
}
Reply


Messages In This Thread
RE: Codeigniter controller showing error - by sheilaf - 11-06-2022, 08:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB