Laravel - SuperAdmin can't see other roles

前端 未结 0 1432
一整个雨季
一整个雨季 2021-01-24 06:17

I added this in my User model:

    private $rank;

    public function isSuperAdmin(): bool {

        if ($this->rank >= 3) {
            return true;
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题