Skip to content

Commit

Permalink
remove tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 22, 2024
1 parent e73622c commit 9c158c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Controller/Welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
use App\Model;
use PSX\Api\Attribute\Get;
use PSX\Api\Attribute\Path;
use PSX\Api\Attribute\Tags;
use PSX\Framework\Base;
use PSX\Framework\Controller\ControllerAbstract;

class Welcome extends ControllerAbstract
{
#[Get]
#[Path('/')]
#[Tags(['meta'])]
public function show(): Model\Welcome
{
$welcome = new Model\Welcome();
Expand Down

0 comments on commit 9c158c1

Please sign in to comment.