tzyganu / Magento2SampleModule

This is where I would put a Magento 2.0 Sample CRUD module if I had one.
MIT License
158 stars 65 forks source link

Fix Constant Name Expected #19

Closed osrecio closed 7 years ago

osrecio commented 7 years ago

Solve the problem with Uncaught exception 'InvalidArgumentException' with message 'Constant name is expected.

tzyganu commented 7 years ago

Why are you getting this exception? What's the PHP version you are using. class names are referenced like that all over the core. It should work

osrecio commented 7 years ago

PHP 7.0.15 (cli)

osrecio commented 7 years ago

Working for me I don't know exactly was happens