mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-02 21:02:26 +03:00
Fix typo
This commit is contained in:
parent
c9da3c8aab
commit
2558eeed56
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class Admins extends EA_Controller
|
|||
|
||||
public array $allowed_admin_setting_fields = ['username', 'password', 'notifications', 'calendar_view'];
|
||||
|
||||
public array $optional_admin_settings_fields = [
|
||||
public array $optional_admin_setting_fields = [
|
||||
//
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue