improved validation in ProjectColumn

This commit is contained in:
iIronside
2023-10-31 13:05:15 +03:00
parent 6f99921671
commit 934d2ccd0c
2 changed files with 1 additions and 7 deletions

View File

@ -14,7 +14,6 @@ class ProjectColumnController extends ApiController
public function verbs(): array
{
return [
'get-column' => ['get'],
'get-column-list' => ['get'],
'create-column' => ['post'],
'set-priority' => ['post'],
@ -22,11 +21,6 @@ class ProjectColumnController extends ApiController
];
}
public function actionGetColumn()
{
}
/**
*
* @OA\Get(path="/project-column/get-column-list",