Merge branch '8.x.x' into report-status

This commit is contained in:
HDVinnie
2024-09-15 19:24:28 -04:00
committed by GitHub
7 changed files with 3 additions and 34 deletions
-7
View File
@@ -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>
*/
-7
View File
@@ -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>
*/
-7
View File
@@ -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>
*/