Panel Site Settings / File Sort Error

I know there is a hotfix planned, but who knows what you guys are going to fix this time.

Since i am already playing with 2.5.3 i could report anything i can find.

Call to undefined method Kirby\Panel\Models\Site\Options::sortFiles()

Pretty much just going for site settings, while containing some files. My blueprint doesn’t have anything special on the sorting part though.

panel/app/src/panel/collections/files.php

Row 25

    if($this->page->options()->sortFiles()) {
      $sorted = $this->sortBy('sort', 'asc');
      $this->data = $sorted->data;
    } 

This is already fixed on the dev branch and will come today as a hotfix 2.4.5