@@ -137,7 +137,7 @@ |
||
137 | 137 | $classKey = get_class($this); |
138 | 138 | if(property_exists($this, 'labelSingular')){ |
139 | 139 | $labelSingular = $this->labelSingular; |
140 | - }else{ |
|
140 | + } else{ |
|
141 | 141 | $labelSingular = Str::singular($classKey); |
142 | 142 | } |
143 | 143 |