mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-08 04:00:14 -05:00
Merge branch '8.x.x' into report-status
This commit is contained in:
@@ -70,13 +70,6 @@ class TicketSearch extends Component
|
||||
$this->resetPage();
|
||||
}
|
||||
|
||||
final public function toggleProperties($property): void
|
||||
{
|
||||
if ($property === 'show') {
|
||||
$this->show = !$this->show;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Illuminate\Pagination\LengthAwarePaginator<Ticket>
|
||||
*/
|
||||
|
||||
@@ -74,13 +74,6 @@ class UserSearch extends Component
|
||||
$this->resetPage();
|
||||
}
|
||||
|
||||
final public function toggleProperties($property): void
|
||||
{
|
||||
if ($property === 'show') {
|
||||
$this->show = !$this->show;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Illuminate\Pagination\LengthAwarePaginator<User>
|
||||
*/
|
||||
|
||||
@@ -54,13 +54,6 @@ class WarningLogSearch extends Component
|
||||
#[Url(history: true)]
|
||||
public string $sortDirection = 'desc';
|
||||
|
||||
final public function toggleProperties($property): void
|
||||
{
|
||||
if ($property === 'show') {
|
||||
$this->show = !$this->show;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Illuminate\Pagination\LengthAwarePaginator<Warning>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user