mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-14 19:29:34 +01:00
Use the route attribute from the correct namespace
This commit is contained in:
@@ -44,7 +44,7 @@ namespace App\Controller;
|
||||
use App\Services\Tools\StatisticsHelper;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\Routing\Annotation\Route;
|
||||
use Symfony\Component\Routing\Attribute\Route;
|
||||
|
||||
class StatisticsController extends AbstractController
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user