polish detail pages (#1817)
This commit is contained in:
@@ -141,14 +141,6 @@ class Activity implements EntityWithMetaFields
|
||||
return $this->visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 1.4
|
||||
*/
|
||||
public function getVisible(): bool
|
||||
{
|
||||
return $this->visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Collection|MetaTableTypeInterface[]
|
||||
*/
|
||||
|
||||
@@ -240,14 +240,6 @@ class Customer implements EntityWithMetaFields
|
||||
return $this->visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 1.4
|
||||
*/
|
||||
public function getVisible(): bool
|
||||
{
|
||||
return $this->visible;
|
||||
}
|
||||
|
||||
public function setCompany(?string $company): Customer
|
||||
{
|
||||
$this->company = $company;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user