ddebree 12 лет назад
Родитель
Сommit
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());
         }