File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- controllers :
2
- resource :
3
- path : ../src/Controller/
4
- namespace : App\Controller
5
- type : attribute
6
-
7
1
api_login_check :
8
2
path : /api/login
9
3
Original file line number Diff line number Diff line change 7
7
use Symfony \Component \HttpFoundation \Response ;
8
8
use Twig \Environment ;
9
9
10
- class VueController
10
+ final class VueController
11
11
{
12
12
public function __construct (
13
13
private readonly Environment $ twig ,
Original file line number Diff line number Diff line change 15
15
use Symfony \Component \Serializer \Encoder \JsonEncoder ;
16
16
use Symfony \Component \Serializer \SerializerInterface ;
17
17
18
- class UserController
18
+ final class UserController
19
19
{
20
20
public function __construct (
21
21
private readonly SerializerInterface $ serializer ,
You can’t perform that action at this time.
0 commit comments