Remove posthog pageview middleware
This commit is contained in:
parent
e1717e13d1
commit
2ea31ce775
7 changed files with 10 additions and 110 deletions
|
@ -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 {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue