Skip to content

Tag: php

Laravel error while sending a queue email

I’m facing the following error in the failed_jobs database table: ErrorException: Undefined property: stdClass::$subscription in /home/sm/public_html/app/Mail/NewCustomer.php:45 This is pretty basic. It means the property $subscription does not exists, but…the problem is that I don’t call $s…