Skip to content

Commit

Permalink
Fixed issue of tracking events
Browse files Browse the repository at this point in the history
  • Loading branch information
Combind committed Oct 24, 2024
1 parent 847f6f6 commit 07e7c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FacebookPixelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function packageBooted(): void

public function registeringPackage(): void
{
$this->app->bind(MetaPixel::class, function () {
$this->app->singleton(MetaPixel::class, function () {
return new MetaPixel();
});
}
Expand Down

0 comments on commit 07e7c5a

Please sign in to comment.