Remove posthog pageview middleware

This commit is contained in:
Frankie B 2024-06-19 15:15:35 +01:00
commit 2ea31ce775
7 changed files with 10 additions and 110 deletions

View file

@ -17,12 +17,5 @@ public function register(): void {
/**
* Bootstrap any application services.
*/
public function boot(): void {
PostHog::init(
Config::get('services.posthog.key'),
[
'host' => 'https://'.Config::get('services.posthog.host')
]
);
}
public function boot(): void {}
}