belongsTo('App\Model\Subscriber','customer_id','_id'); } public function staff() { return $this->belongsTo('App\Staff','agent','_id'); } }