We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extending the import class no longer works with the latest doctrine/inflector v2.0.3 I had to roll the doctrine/inflector package back to 1.4
[20-Oct-2021 17:31:58 Europe/London] PHP Fatal error: Uncaught Error: Class 'Doctrine\Common\Inflector\Inflector' not found in /home/www/includes/vendor/sudiptochoudhury/php-api-client-forge/src/support/forge/api/Traits/Import/Parsers.php:217 Stack trace: #0 /home/www/includes/vendor/sudiptochoudhury/php-api-client-forge/src/support/forge/api/Import.php(161): SudiptoChoudhury\Support\Forge\Api\Import->parseApiName(Array) #1 /home/www/includes/vendor/sudiptochoudhury/php-api-client-forge/src/support/forge/api/Import.php(115): SudiptoChoudhury\Support\Forge\Api\Import->readApiName(Array) #2 /home/www/includes/vendor/sudiptochoudhury/php-api-client-forge/src/support/forge/api/Import.php(63): SudiptoChoudhury\Support\Forge\Api\Import->importFromJson('/home/monkrcom/...') #3 /home/www/test.php(26): SudiptoChoudhury\Support\Forge\Api\Import->__construct() #4 {main} thrown in /home/www/includes/vendor/sudiptochoudhury/php-api-client-forge/src/support/forge/api/Traits/Import/Parsers.php on line 217
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Extending the import class no longer works with the latest doctrine/inflector v2.0.3
I had to roll the doctrine/inflector package back to 1.4
The text was updated successfully, but these errors were encountered: