update for ImportWorkflow plugin
This commit is contained in:
parent
aee56d5548
commit
d3bd560e36
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace App\Controller;
|
namespace App\Controller\Plugins;
|
||||||
|
|
||||||
use App\Entity\ImportWorkflow;
|
use App\Entity\ImportWorkflow;
|
||||||
use App\Entity\ImportWorkflowItem;
|
use App\Entity\ImportWorkflowItem;
|
||||||
|
@ -26,7 +26,7 @@ use App\Entity\HesabdariDoc;
|
||||||
use App\Entity\Commodity;
|
use App\Entity\Commodity;
|
||||||
use App\Service\FileStorage;
|
use App\Service\FileStorage;
|
||||||
|
|
||||||
class ImportWorkflowController extends AbstractController
|
class PlugImportWorkflowController extends AbstractController
|
||||||
{
|
{
|
||||||
#[Route('/api/import-workflow/list', name: 'api_import_workflow_list', methods: ['GET'])]
|
#[Route('/api/import-workflow/list', name: 'api_import_workflow_list', methods: ['GET'])]
|
||||||
public function list(
|
public function list(
|
Loading…
Reference in a new issue