Skip to content

Commit

Permalink
refactor: header-stamp targets (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger authored Nov 25, 2024
1 parent 1c6d56c commit ad29492
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Api/Controller/AbstractRestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ public function __construct()
$this->controller_type = 'module';
}

/**
* @return void
*/
public function initContent()
{
}

/**
* @return void
*
Expand Down

0 comments on commit ad29492

Please sign in to comment.