Add PreferenceController renaming TODO

refs #10014
This commit is contained in:
Eric Lippmann 2015-08-27 13:38:19 +02:00
parent 98130ff304
commit 02abe35faa
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ use Icinga\Web\Widget\Tab;
/**
* Application wide preference controller for user preferences
*
* @TODO(el): Rename to PreferencesController: https://dev.icinga.org/issues/10014
*/
class PreferenceController extends BasePreferenceController
{