Fatal error: Cannot declare class Product, because the name is already
This error pops up when I run php -dmemory_limit=-1 bin/magento s:d:c File; parseResource.php <?php class parseResource { public $resourcePath = “”; public $key = “”; public $error = “”; public $alias = “”; function getResourcePath() { return $this->resourcePath; } }… Read More »Fatal error: Cannot declare class Product, because the name is already