Rubenwouters\CrmLauncher\Models\Summary::caseOverview PHP Method

caseOverview() public method

* |-------------------------------------------------------------------------- | Relationships |-------------------------------------------------------------------------- | | Relationships of Contact model |
public caseOverview ( )
    public function caseOverview()
    {
        return $this->belongsTo('Rubenwouters\\CrmLauncher\\Models\\Case');
    }