diff --git a/app/Presenters/LocationPresenter.php b/app/Presenters/LocationPresenter.php index 8325382fc..6189f7b32 100644 --- a/app/Presenters/LocationPresenter.php +++ b/app/Presenters/LocationPresenter.php @@ -40,7 +40,7 @@ class LocationPresenter extends Presenter public function glyph() { - return ''; + return ''; } public function fullName() { diff --git a/app/Presenters/UserPresenter.php b/app/Presenters/UserPresenter.php index 1515a76f6..3cee47cf2 100644 --- a/app/Presenters/UserPresenter.php +++ b/app/Presenters/UserPresenter.php @@ -352,6 +352,6 @@ class UserPresenter extends Presenter public function glyph() { - return ''; + return ''; } }