You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading to PHP 8.2 I have started seeing these in my logs when in development mode. I know how to normally fix the error inside a class but not sure how with hoe this is coded extending the service email class.
[DEPRECATED] Creation of dynamic property CodeIgniter\Email\Email::$template is deprecated in VENDORPATH/tatter/outbox/src/Entities/Template.php on line 141.
[DEPRECATED] Creation of dynamic property CodeIgniter\Email\Email::$template_id is deprecated in VENDORPATH/tatter/outbox/src/Entities/Template.php on line 142.
The text was updated successfully, but these errors were encountered:
Since upgrading to PHP 8.2 I have started seeing these in my logs when in development mode. I know how to normally fix the error inside a class but not sure how with hoe this is coded extending the service email class.
[DEPRECATED] Creation of dynamic property CodeIgniter\Email\Email::$template is deprecated in VENDORPATH/tatter/outbox/src/Entities/Template.php on line 141.
[DEPRECATED] Creation of dynamic property CodeIgniter\Email\Email::$template_id is deprecated in VENDORPATH/tatter/outbox/src/Entities/Template.php on line 142.
The text was updated successfully, but these errors were encountered: