Welcome Guest, Not a member yet? Register   Sign In
How to extend class Email?
#5

I could be wrong here, but your library email class is namespaced App\Libraries\Email, but you call \Config\Services::email() in your code. Those are two different things. I believe you should be using

Code:
$email = new \App\Libraries\Email\Email();
Reply


Messages In This Thread
How to extend class Email? - by videoproc - 12-18-2019, 05:04 AM
RE: How to extend class Email? - by dave friend - 12-18-2019, 11:52 PM
RE: How to extend class Email? - by videoproc - 12-19-2019, 12:17 AM
RE: How to extend class Email? - by dave friend - 12-19-2019, 07:48 AM
RE: How to extend class Email? - by maxxd - 12-19-2019, 09:28 PM
RE: How to extend class Email? - by InsiteFX - 12-20-2019, 04:41 AM
RE: How to extend class Email? - by videoproc - 12-20-2019, 05:49 AM
RE: How to extend class Email? - by InsiteFX - 12-20-2019, 06:09 AM
RE: How to extend class Email? - by maxxd - 12-21-2019, 09:26 AM
RE: How to extend class Email? - by videoproc - 12-23-2019, 01:15 AM
RE: How to extend class Email? - by InsiteFX - 12-23-2019, 04:22 AM
RE: How to extend class Email? - by videoproc - 12-23-2019, 04:47 AM
RE: How to extend class Email? - by InsiteFX - 12-23-2019, 08:54 AM
RE: How to extend class Email? - by videoproc - 12-23-2019, 10:11 PM
RE: How to extend class Email? - by dave friend - 12-24-2019, 11:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB