App\Models\Chat\Channel::getAllowedGroupsAttribute PHP Method

getAllowedGroupsAttribute() public method

public getAllowedGroupsAttribute ( $allowed_groups )
    public function getAllowedGroupsAttribute($allowed_groups)
    {
        return array_map('intval', explode(',', $allowed_groups));
    }