polish detail pages (#1817)

This commit is contained in:
Kevin Papst
2020-07-12 20:11:13 +02:00
committed by GitHub
parent 164af7ae02
commit f2dd2331a5
31 changed files with 136 additions and 85 deletions

View File

@@ -192,14 +192,6 @@ class Project implements EntityWithMetaFields
return $this->visible;
}
/**
* @deprecated since 1.4, use isVisible() instead
*/
public function getVisible(): bool
{
return $this->visible;
}
public function getOrderNumber(): ?string
{
return $this->orderNumber;