mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-27 03:26:37 +00:00
Optimized implementation of format types
This commit is contained in:
@@ -21,6 +21,6 @@ trait RightAttribut
|
||||
|
||||
public function getRight(): RightInterface
|
||||
{
|
||||
return $this->getRight();
|
||||
return $this->right;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user