mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-02 07:22:01 +00:00
fix(follow): add missing helpers to Actor controller
This commit is contained in:
parent
fca7bd6808
commit
ee53a732dc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user