remove un-used namespaces

This commit is contained in:
Lakhwinder Singh 2020-10-21 16:29:30 +05:30 committed by Frédéric Guillot
parent 60bf740316
commit 2494ff2e3c
2 changed files with 0 additions and 4 deletions

View File

@ -2,8 +2,6 @@
namespace Kanboard\Controller;
use Kanboard\Model\UserMetadataModel;
/**
* Board Tooltip
*

View File

@ -2,8 +2,6 @@
namespace Kanboard\Controller;
use Kanboard\Core\Controller\AccessForbiddenException;
class TaskBulkChangePropertyController extends BaseController
{
public function show(array $values = [], array $errors = [])