Closed jlawrence-yellostudio closed 5 years ago
Installing on PHP 7.0.x results in an error as "public const" is not supported.
Main Audit.php plugin class has two of these are the top:
public const PERMISSION_VIEW_LOGS = 'audit-view-logs'; public const PERMISSION_CLEAR_LOGS = 'audit-clear-logs';
Removing the public visibility fixes for 7.0, but I'm not sure what the default is for this in 7.1.
Installing on PHP 7.0.x results in an error as "public const" is not supported.
Main Audit.php plugin class has two of these are the top:
Removing the public visibility fixes for 7.0, but I'm not sure what the default is for this in 7.1.