Skip to content

Commit

Permalink
Fix facade issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Nov 30, 2023
1 parent d2de493 commit c8b95ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Livewire/Usage.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function () use ($type) {
'slow_requests' => 'slow_user_request',
'jobs' => 'user_job',
},
'count',
'count', // @phpstan-ignore argument.type
$this->periodAsInterval(),
limit: 10,
);
Expand Down

0 comments on commit c8b95ae

Please sign in to comment.