Add placeholder customer vehicle sub getter #799
This commit is contained in:
parent
627b3da748
commit
ab64161afb
1 changed files with 6 additions and 0 deletions
|
|
@ -306,4 +306,10 @@ class CustomerVehicle
|
||||||
|
|
||||||
return !empty($result) ? $result[0] : null;
|
return !empty($result) ? $result[0] : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getLatestActiveSubscription()
|
||||||
|
{
|
||||||
|
// TODO: get latest active sub using relationship to be built
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue