Closed raabf closed 5 months ago
There are wired errors which can be tackeled down that the class attributes are not set, because the constructor is not called.
php8 do not support the old-syntax for constructors any more, so using __construct is required.
__construct
There are wired errors which can be tackeled down that the class attributes are not set, because the constructor is not called.
php8 do not support the old-syntax for constructors any more, so using
__construct
is required.