Argument 1 passed to TimeHelper::__construct() must be an instance of View
when doing things like: {{levelPerson.LevelPerson.created|ago}}
line 9 looks like this:
$time = new TimeHelper();
So, have i done something wrong to make it need the view (don't think so) or do we need to access the view intance from within the twig extension? Does anybody have a suggestion how to do that?
Argument 1 passed to TimeHelper::__construct() must be an instance of View
when doing things like: {{levelPerson.LevelPerson.created|ago}}
line 9 looks like this:
$time = new TimeHelper();
So, have i done something wrong to make it need the view (don't think so) or do we need to access the view intance from within the twig extension? Does anybody have a suggestion how to do that?