Merge branch '5.2' into 5

This commit is contained in:
github-actions 2024-06-19 23:45:34 +00:00
commit d009aa8cf5

View File

@ -102,7 +102,7 @@ class Report extends ViewableData
* @var array * @var array
*/ */
private static $excluded_reports = [ private static $excluded_reports = [
self::class, Report::class,
ReportWrapper::class, ReportWrapper::class,
SideReportWrapper::class, SideReportWrapper::class,
]; ];
@ -275,7 +275,7 @@ class Report extends ViewableData
*/ */
public static function get_excluded_reports() public static function get_excluded_reports()
{ {
return (array) self::config()->get('excluded_reports'); return (array) Report::config()->get('excluded_reports');
} }
/** /**