bugfix: "const" is a keyword, so we can't name classes like that. Also, the...
bugfix: "const" is a keyword, so we can't name classes like that. Also, the name of the class must be exactly the same as the name of the file, according to the PSR-4 standard.
Please register or sign in to comment