where('active',TRUE); } /** METHODS **/ public function traffic_mismatch(Carbon $date): Collection { return AdslTraffic::where('date',$date->format('Y-m-d')) ->where('supplier_id',$this->id) ->whereNULL('ab_service_adsl_id') ->get(); } }