diff options
author | Frankie B <git@diskfloppy.me> | 2024-06-19 15:15:35 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-06-19 15:15:35 +0100 |
commit | 2ea31ce775f7e9345037cc96ffd31942ec3d79b0 (patch) | |
tree | 622fd42be95b42817b38ee9e11eb6c0509c1c955 /config | |
parent | e1717e13d181b3f7a4cf34cb4b054ca11953d2cb (diff) |
Remove posthog pageview middleware
Diffstat (limited to 'config')
-rw-r--r-- | config/services.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/services.php b/config/services.php index a1cd7da..21e97c7 100644 --- a/config/services.php +++ b/config/services.php @@ -17,10 +17,5 @@ return [ 'lastfm' => [ 'key' => env('LASTFM_KEY'), 'user' => env('LASTFM_USER'), - ], - - 'posthog' => [ - 'key' => env('POSTHOG_KEY'), - 'host' => env('POSTHOG_HOST'), ] ]; |