diff --git a/app/Domain/Reporting/ClientHistoryReport.php b/app/Domain/Reporting/ClientHistoryReport.php index b32f94e..6014fa2 100644 --- a/app/Domain/Reporting/ClientHistoryReport.php +++ b/app/Domain/Reporting/ClientHistoryReport.php @@ -1,5 +1,12 @@ build($rows, $audience); } } +} + +namespace { + if (!class_exists('ClientHistoryReport', false)) class_alias('App\\Domain\\Reporting\\ClientHistoryReport', 'ClientHistoryReport'); +}