diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-15 21:54:50 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-15 21:54:50 -0400 |
commit | de8ce875f4295e0b3bef20fcca051401f96816ef (patch) | |
tree | ba66582eeb9caf36723f69dfde7ff6ed7edcdf06 /app/Controller | |
parent | 9ec654186a8374b0d260cf641114bcbde1f6bb4f (diff) |
Rename UserStatus controller
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/UserStatusController.php (renamed from app/Controller/UserStatus.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Controller/UserStatus.php b/app/Controller/UserStatusController.php index 6f93e953..2b23505c 100644 --- a/app/Controller/UserStatus.php +++ b/app/Controller/UserStatusController.php @@ -5,10 +5,10 @@ namespace Kanboard\Controller; /** * User Status Controller * - * @package controller + * @package Kanboard\Controller * @author Frederic Guillot */ -class UserStatus extends BaseController +class UserStatusController extends BaseController { /** * Confirm remove a user |