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

Author: Anonymous Publish Time : 2023.09.03 15:28:19 Updated 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
Login To Comment

No Comments