Fixed Typo

This commit is contained in:
Vassyli
2017-03-24 16:32:38 +01:00
parent af98ab0f36
commit d408aa0755
+1 -1
View File
@@ -82,7 +82,7 @@ class ViewpointRestorationPoint
* Attachements of the viewpoint.
* @return array
*/
public function getAttachements(): array
public function getAttachments(): array
{
return $this->attachements;
}