mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix #41, optimize variable parser
This commit is contained in:
@@ -190,7 +190,8 @@ class Render extends \ArrayObject
|
||||
* @param $name
|
||||
* @return mixed
|
||||
*/
|
||||
public function getMacro($name) {
|
||||
public function getMacro($name)
|
||||
{
|
||||
return $this->_macros[$name];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user