Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Mc Nicoll
08c0ffacab Merge branch 'v2.0.0b' of https://git.mcnd.ca/mcndave/notes into v2.0.0b 2024-10-29 16:00:36 +00:00
Dave Mc Nicoll
6ba66dcd37 - Adjusted for notes V2.x 2024-10-29 16:00:12 +00:00

View File

@ -87,7 +87,7 @@ class CommandFetcher {
$class = $this->generateClassname($basename, $namespace);
$objectResolver = new ObjectResolver($class, true, false, false);
$objectResolver = new ObjectResolver($class, $this->cache);
$attributes = $objectResolver->getAttributeListFromClassname( $this->annotations['object'], false ) ;