ソースを参照

Fixed formatting

ddebree 12 年 前
コミット
76ded6970f
1 ファイル変更2 行追加1 行削除
  1. 2 1
      Mapper/BaseGroupedMapper.php

+ 2 - 1
Mapper/BaseGroupedMapper.php

@@ -78,7 +78,8 @@ abstract class BaseGroupedMapper extends BaseMapper
      * 
      * @return string
      */
-    protected function getCurrentGroupName() {
+    protected function getCurrentGroupName() 
+    {
         if (!$this->currentGroup) {
             $this->with($this->admin->getLabel());
         }