File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
- name : " Set-up PHP"
24
24
uses : shivammathur/setup-php@v2
25
25
with :
26
- php-version : 8.0
26
+ php-version : 8.1
27
27
coverage : none
28
28
tools : " composer:v2"
29
29
91
91
- name : Set-up PHP
92
92
uses : shivammathur/setup-php@v2
93
93
with :
94
- php-version : 8.0
94
+ php-version : 8.1
95
95
coverage : none
96
96
97
97
- name : Fetch branch from where the PR started
Original file line number Diff line number Diff line change @@ -32,10 +32,11 @@ service's class or interface name. Want to :doc:`log </logging>` something? No p
32
32
namespace App\Controller;
33
33
34
34
use Psr\Log\LoggerInterface;
35
+ use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
35
36
use Symfony\Component\HttpFoundation\Response;
36
37
use Symfony\Component\Routing\Annotation\Route;
37
38
38
- class ProductController
39
+ class ProductController extends AbstractController
39
40
{
40
41
/**
41
42
* @Route("/products")
You can’t perform that action at this time.
0 commit comments