Skip to content
Snippets Groups Projects

Resolve "Brave Browser Plugin page not working"

Merged Dominik Hebeler requested to merge 1145-brave-browser-plugin-page-not-working into development
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -192,6 +192,7 @@ Route::get('plugin', function (Request $request) {
->with('title', trans('titles.plugin'))
->with('navbarFocus', 'dienste')
->with('agent', new Agent())
->with('request', $request->input('request', 'GET'))
->with('browser', (new Agent())->browser());
});
Loading