Readme reference correction (BaseController)
Closed this issue · 1 comments
Lindstream commented
class BaseController extends \Controller
{
use Efficiently\AuthorityControllerResource\ControllerAdditions;
//code...
}
Should be:
class BaseController extends \Controller
{
use Efficiently\AuthorityController\ControllerAdditions;
//code...
}
Seems to be an awe package, it would be a shame if people got stuck on such an easy matter - thus posted it here as an issue :)
tortuetorche commented
Seems to be an awe package, it would be a shame if people got stuck on such an easy matter - thus posted it here as an issue :)
@Lindstream Many thanks !