Skip to content

Commit 9c158c1

Browse files
committed
remove tag
1 parent e73622c commit 9c158c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Controller/Welcome.php

-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
use App\Model;
66
use PSX\Api\Attribute\Get;
77
use PSX\Api\Attribute\Path;
8-
use PSX\Api\Attribute\Tags;
98
use PSX\Framework\Base;
109
use PSX\Framework\Controller\ControllerAbstract;
1110

1211
class Welcome extends ControllerAbstract
1312
{
1413
#[Get]
1514
#[Path('/')]
16-
#[Tags(['meta'])]
1715
public function show(): Model\Welcome
1816
{
1917
$welcome = new Model\Welcome();

0 commit comments

Comments
 (0)