| 1 | <?php |
||
| 3 | class Qrz_OneDayAdmin_Model_SystemConfig |
||
|
|
|||
| 4 | { |
||
| 5 | const ONE_DAY_ADMIN_ROLES_CONFIG_PATH = 'qrz_onedayadmin/general/one_day_admin_roles'; |
||
| 6 | |||
| 7 | /** |
||
| 8 | * @return array |
||
| 9 | * @author Cristian Quiroz <[email protected]> |
||
| 10 | */ |
||
| 11 | public function getOneDayAdminRoles() |
||
| 18 | } |
||
| 19 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.