Skip to content

Commit 126a269

Browse files
committed
temp rename for case name fix
1 parent f794100 commit 126a269

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

src/Service/Action/ExtensionRegistry.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,14 @@ protected function _create($class, $alias, $config)
9797

9898
return $instance;
9999
}
100+
101+
/**
102+
* Action instance getter.
103+
*
104+
* @return \CakeDC\Api\Service\Action\Action $action.
105+
*/
106+
public function getAction(): ?Action
107+
{
108+
return $this->_action;
109+
}
100110
}

0 commit comments

Comments
 (0)