mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Update method name
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8e18ce74b2
commit
ac72b69ece
|
@ -371,7 +371,7 @@ class DepreciationReportPresenter extends Presenter
|
|||
* Date the warantee expires.
|
||||
* @return false|string
|
||||
*/
|
||||
public function warrantee_expires()
|
||||
public function warranty_expires()
|
||||
{
|
||||
if (($this->purchase_date) && ($this->warranty_months)) {
|
||||
$date = date_create($this->purchase_date);
|
||||
|
|
Loading…
Reference in a new issue