mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Added fullName() presenter for locations
This commit is contained in:
parent
e6323e0a1b
commit
1b047c768b
|
@ -42,4 +42,8 @@ class LocationPresenter extends Presenter
|
|||
{
|
||||
return '<i class="fa fa-globe"></i>';
|
||||
}
|
||||
|
||||
public function fullName() {
|
||||
return $this->name;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue