prestashop Attempted to load class "moduleName" from the global namespace

Author: hou Publish Time: 2023.09.03 15:28:19

prestashop Attempted to load class "moduleName" from the global namespace

add this section to composer.json of your module ,

and excute composer update in command line, then module can load the Class of moudule port file

"classmap": [
            "modulename.php"
        ],
Comment

No Comments