OldNGreyBMR / paymentmodulefee

payment module fee zc157d zc158 PHP8.2
0 stars 0 forks source link

Define all class variables #3

Closed OldNGreyBMR closed 1 year ago

OldNGreyBMR commented 1 year ago

PHP 8.2 has a requirement that you pre-define all class variables prior to use, otherwise a PHP error results. So far, the only class variables defined are $title and $output. My website