I created this class
Since PHP 7.2.0 there was a bug #61970 fixed (Restraining __construct() access level in subclass gives a fatal error).
__construct()
Bump your PHP version to 7.2 and you could make it private or protected.
private
protected