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