mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
There is no need to redeclare abstract functions if the class is already abstract and they are declared in parent. For some reason the PHP on CentOS7 throws an error with this where all other php versions I tested were fine with it.