uncaught error class 'wp_query' not found code example
Example: propel php query class not found
// Append to your composer.json File
"autoload": {
"classmap": ["generated-classes/"]
}
//After you've appended, Run the install command (php composer.phar install) again