This commit is contained in:
Marcus Moore 2023-12-21 14:27:31 -08:00
parent 48e5ee2310
commit 4fc8e8dd61
No known key found for this signature in database

View file

@ -82,6 +82,8 @@ class ReportTemplate extends Model
return null;
}
// @todo: I think this was added to support the null object pattern
// @todo: Check if this is still needed and if so, add a test for it.
if ($this->options[$property] === [null]) {
return null;
}