aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/Item.php')
-rw-r--r--core/namespace/Item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/Item.php b/core/namespace/Item.php
index 74b5688..453a3e6 100644
--- a/core/namespace/Item.php
+++ b/core/namespace/Item.php
@@ -32,7 +32,7 @@ abstract class Item implements ItemInterface {
#===============================================================================
# Return attribute by name (short hand wrapper)
#===============================================================================
- public function attr($attribute) {
+ public function get($attribute) {
return $this->Attribute->get($attribute);
}