chg: [users] Removed useless constant

pull/8575/head
Sami Mokaddem 2022-08-31 15:44:36 +02:00
parent 55916ba1a6
commit f2ff91ee35
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ class UsersController extends AppController
);
public $toggleableFields = ['disabled', 'autoalert'];
private const PERIODIC_USER_SETTING_KEY = 'periodic_notification_filters';
public function beforeFilter()
{