Skip to content
Snippets Groups Projects
Unverified Commit ee53a732 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(follow): add missing helpers to Actor controller

parent fca7bd68
No related branches found
No related tags found
1 merge request!1WIP: German translation
...@@ -14,6 +14,8 @@ class Actor extends \ActivityPub\Controllers\ActorController ...@@ -14,6 +14,8 @@ class Actor extends \ActivityPub\Controllers\ActorController
{ {
use AnalyticsTrait; use AnalyticsTrait;
protected $helpers = ['auth', 'svg', 'components', 'misc'];
public function follow() public function follow()
{ {
// Prevent analytics hit when authenticated // Prevent analytics hit when authenticated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment