@@ -3311,11 +3311,11 @@ |
||
3311 | 3311 | |
3312 | 3312 | |
3313 | 3313 | /** |
3314 | - * @return string |
|
3315 | - */ |
|
3316 | - public function getSortableParentPath() |
|
3317 | - { |
|
3318 | - return $this->getParent()->lookupPath(Nette\Application\IPresenter::class, FALSE); |
|
3314 | + * @return string |
|
3315 | + */ |
|
3316 | + public function getSortableParentPath() |
|
3317 | + { |
|
3318 | + return $this->getParent()->lookupPath(Nette\Application\IPresenter::class, FALSE); |
|
3319 | 3319 | } |
3320 | 3320 | |
3321 | 3321 |