Various code cleanup.

This commit is contained in:
James Cole
2021-05-24 08:22:41 +02:00
parent 2bff7750b4
commit 3ec9753808
41 changed files with 65 additions and 16 deletions

View File

@@ -109,9 +109,7 @@ abstract class Controller extends BaseController
}
// sort fields:
$bag = $this->getSortParameters($bag);
return $bag;
return $this->getSortParameters($bag);
}
/**