tormjens / eventy

WordPress-like actions and filters for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Target class does not exist.

sadeghghanbaridev opened this issue · comments

commented

hi:

Eventy::addAction('app_admin_assets', '_maybe_init_admin_project_assets', 5);

function _maybe_init_admin_project_assets()
{

echo 'hi';
}
get error:

Target class [_maybe_init_admin_project_assets] does not exist.

@sadeghghanbaridev Sorry, I didn't see the issue. This should be resolved now with version 0.9

commented

@sadeghghanbaridev Sorry, I didn't see the issue. This should be resolved now with version 0.9

Thanks