Commit 6db13eb5 authored by meus's avatar meus

removed rat comment :P

parent aae69508
......@@ -653,7 +653,6 @@ final class Doctrine
*/
public static function classify($tablename)
{
echo "rat";
return preg_replace_callback('~(_?)(_)([\w])~', array("Doctrine", "classifyCallback"), ucfirst($tablename));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment