juliardi / yii2-simple-rbac

Simple RBAC module for Yii2 Framework
MIT License
0 stars 1 forks source link

Class Controller already in Use #1

Closed alimasyhur closed 8 years ago

alimasyhur commented 8 years ago

Hi! It seems cannot declare your base controller because already in use. throwing this Error: "Cannot declare class juliardi\simplerbac\base\Controller because the name is already in use". In your base\Controller class Controller extends Controller{}

Thanks

juliardi commented 8 years ago

this commit https://github.com/juliardi/yii2-simple-rbac/commit/90e306d9c998d3333190abbfc6066558c6ad4995 and this https://github.com/juliardi/yii2-simple-rbac/commit/b9f57f1717b98eafe622ae6211aedda185b6ad0d should have fixed this. Please run composer update to update the version. Let me know if it has been fixed.