mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Add todo
This commit is contained in:
parent
48e5ee2310
commit
4fc8e8dd61
|
@ -82,6 +82,8 @@ class ReportTemplate extends Model
|
||||||
return null;
|
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]) {
|
if ($this->options[$property] === [null]) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue