Skip to content

Commit

Permalink
There is nothing to do here. Model create-update action scenario is p…
Browse files Browse the repository at this point in the history
…art of the application. It is still possible but the spec will need custom extension(s) and will possibly bloat spec for no significant gain.
  • Loading branch information
SOHELAHMED7 committed Sep 4, 2024
1 parent 16862ad commit bc63159
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib/items/FractalAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ public function hasTemplate():bool

public function getTemplate():?string
{
//@TODO: Model scenarios for create/update actions
return $this->templateFactory()->getTemplate();
}

Expand Down
1 change: 0 additions & 1 deletion src/lib/items/RestAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public function hasTemplate():bool

public function getTemplate():?string
{
//@TODO: Model scenarios for create/update actions
$template = ActionTemplates::getTemplate($this->id);
if (!$template) {
return null;
Expand Down

0 comments on commit bc63159

Please sign in to comment.