-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
PostController throws exception when try to navigate to uri /admin/posts/index
Could not find class PostsController in controller script ../modules/Admin/controllers/Posts.php
PostsControlleris in Admin module and extends AdminController from Admin module too. AdminController extends ApplicationController from default module.
Maybe too many extends causes this issue?
if PostController extends ApplicationController then everything works fine.