Rubenwouters\CrmLauncher\Models\Log::scopeDashboardUpdate PHP Method

scopeDashboardUpdate() public method

public scopeDashboardUpdate ( $query )
    public function scopeDashboardUpdate($query)
    {
        return $query->where('case_type', 'dashboard_update');
    }