efficiently/authority-controller

Readme reference correction (BaseController)

Closed this issue · 1 comments

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 :)

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 !