Rubenwouters\CrmLauncher\Models\CaseOverview::users PHP Method

users() public method

* |-------------------------------------------------------------------------- | Relationships |-------------------------------------------------------------------------- | | Relationships of CaseOvervie model |
public users ( )
    public function users()
    {
        return $this->belongsToMany('App\\User', 'users_cases', 'case_id', 'user_id');
    }