diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-05-12 11:49:46 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-05-12 11:49:46 +0200 |
commit | 5b7ea3cf9c33aedf6844a6768d75028e36c10f6a (patch) | |
tree | 3fc76415f6ec7c3d2334ffc52e1b23424be5fcff | |
parent | 6998bfad6bc2662c59ad71d4b4142f59a06773cb (diff) | |
download | Registry-5b7ea3cf9c33aedf6844a6768d75028e36c10f6a.zip Registry-5b7ea3cf9c33aedf6844a6768d75028e36c10f6a.tar.gz Registry-5b7ea3cf9c33aedf6844a6768d75028e36c10f6a.tar.bz2 |
Format code. #mania
-rw-r--r-- | Registry.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Registry.php b/Registry.php index 043046f..48f1a12 100644 --- a/Registry.php +++ b/Registry.php @@ -206,7 +206,7 @@ Hoa\Core\Consistency::flexEntity('Hoa\Registry\Registry'); * Add the hoa://Library/Registry component. Should be use to reach/get an entry * in the \Hoa\Registry, e.g.: resolve('hoa://Library/Registry#AnID'). */ -$protocol = \Hoa\Core::getInstance()->getProtocol(); -$protocol['Library'][] = new \Hoa\Registry\_Protocol(); +$protocol = Hoa\Core::getInstance()->getProtocol(); +$protocol['Library'][] = new Hoa\Registry\_Protocol(); } |