1
0
mirror of synced 2024-12-13 14:56:01 +03:00

removed blanks

This commit is contained in:
twinh 2012-10-11 06:04:03 -07:00
parent 66efd65e64
commit 8cc24f4cf2

View File

@ -60,7 +60,7 @@ class <className> extends EntityRepository
);
return str_replace(array_keys($variables), array_values($variables), self::$_template);
}
/**
* Generate the namespace statement, if class do not have namespace, return empty string instead
*