Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
chrieinv committed Feb 4, 2025
1 parent 5ca4884 commit 8b7174d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sourcecode/hub/app/Http/Requests/ContentFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@ public function getLayout(): string
return $this->session()->get('contentLayout', 'grid');
}

public function isTitlePreview(): bool
{
return $this->session()->has('lti');
}

/**
* @param Builder<Content> $query
* @return Builder<Content>
Expand Down

0 comments on commit 8b7174d

Please sign in to comment.