Skip to content

Commit cba296a

Browse files
committed
test: add failing resource
1 parent 9993bf1 commit cba296a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api/src/ApiResource/Login.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
use ApiPlatform\Metadata\Post;
4+
5+
#[Post(uriTemplate: '/login')]
6+
class Login {
7+
8+
}

0 commit comments

Comments
 (0)