where('GRP_STATUS', '=', 'ACTIVE'); } /** * Return the user this belongs to */ public function groupUsers() { return $this->belongsTo(GroupUser::class, 'GRP_ID', 'GRP_ID'); } }