Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Aug 22, 2023
1 parent f6643cf commit f58bf7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Livewire/Concerns/ShouldNotReportUsage.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Laravel\Pulse\Livewire\Concerns;

use Laravel\Pulse\Pulse;
use Laravel\Pulse\Facades\Pulse;

trait ShouldNotReportUsage
{
Expand All @@ -11,6 +11,6 @@ trait ShouldNotReportUsage
*/
public function bootShouldNotReportUsage(): void
{
app(Pulse::class)->stopRecording();
Pulse::stopRecording();
}
}

0 comments on commit f58bf7c

Please sign in to comment.