-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
I know it's not a big deal, but on the page about "other frameworks", I faced an issue.
On https://graphqlite.thecodingmachine.io/docs/other-frameworks, using these lines like this:
$factory->addControllerNamespace('App\\Controllers\\')
->addTypeNamespace('App\\');
was not working. The correct example is:
$factory->addControllerNamespace('App\\Controllers')
->addTypeNamespace('App');
I am not sure if it's linked to a new library version for reading classes, as I never used earlier versions of this library.
oojacoboo
Metadata
Metadata
Assignees
Labels
No labels