mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 08:50:22 -05:00
fix: add type hints to Livewire computed properties
This commit is contained in:
@@ -57,6 +57,9 @@ class ForumTopicSearch extends Component
|
||||
$this->resetPage();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Illuminate\Contracts\Pagination\LengthAwarePaginator<Topic>
|
||||
*/
|
||||
final public function getTopicsProperty(): \Illuminate\Contracts\Pagination\LengthAwarePaginator
|
||||
{
|
||||
return Topic::query()
|
||||
|
||||
Reference in New Issue
Block a user