Update Command.php

This commit is contained in:
PEMapModder 2014-04-07 16:38:37 +08:00
parent ac02185ad0
commit 62313d4a84

View File

@ -301,4 +301,11 @@ abstract class Command{
}
}
}
}
/**
* @return string
*/
public function __toString(){
return $this->name;
}
}