forked from mirror/Part-DB.Part-DB-server
Use the route attribute from the correct namespace
This commit is contained in:
parent
d49bb1f4b5
commit
18c80f6b64
31 changed files with 31 additions and 31 deletions
|
@ -33,7 +33,7 @@ use App\Services\Trees\ToolsTreeBuilder;
|
|||
use App\Services\Trees\TreeViewGenerator;
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||
use Symfony\Component\HttpFoundation\JsonResponse;
|
||||
use Symfony\Component\Routing\Annotation\Route;
|
||||
use Symfony\Component\Routing\Attribute\Route;
|
||||
|
||||
/**
|
||||
* This controller has the purpose to provide the data for all treeviews.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue