mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Add todo
This commit is contained in:
parent
48e5ee2310
commit
4fc8e8dd61
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue