modelBuilder()->where("company_id", Auth::user()->company_id)->findOrFail($objectId); return $this->success([ 'data' => ActionRepository::actionWithHistory($actionObjectType, $objectId), ]); } }