We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c523c2 + bc63159 commit b0a8ebaCopy full SHA for b0a8eba
src/lib/items/FractalAction.php
@@ -202,7 +202,6 @@ public function hasTemplate():bool
202
203
public function getTemplate():?string
204
{
205
- //@TODO: Model scenarios for create/update actions
206
return $this->templateFactory()->getTemplate();
207
}
208
src/lib/items/RestAction.php
@@ -126,7 +126,6 @@ public function hasTemplate():bool
126
127
128
129
130
$template = ActionTemplates::getTemplate($this->id);
131
if (!$template) {
132
return null;
0 commit comments