Bläddra i källkod

Fixed formatting

ddebree 12 år sedan
förälder
incheckning
76ded6970f
1 ändrade filer med 2 tillägg och 1 borttagningar
  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());
         }