Closed Mte90 closed 2 years ago
I am getting this error:
Warning: Private methods cannot be final as they are never overridden by other classes in /srv/www/boilerplate/public_html/wp-content/plugins/WordPress-Plugin-Boilerplate-Powered/plugin-name/vendor/cmb2-grid/DesignPatterns/Singleton.php on line 30
It should be enough to remove the final keyword https://github.com/origgami/CMB2-grid/blob/master/DesignPatterns/Singleton.php#L30
final
I am getting this error:
It should be enough to remove the
final
keyword https://github.com/origgami/CMB2-grid/blob/master/DesignPatterns/Singleton.php#L30