summaryrefslogtreecommitdiff
path: root/lib/reflectAll.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reflectAll.js')
-rw-r--r--lib/reflectAll.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reflectAll.js b/lib/reflectAll.js
index edfed49..dbeba8d 100644
--- a/lib/reflectAll.js
+++ b/lib/reflectAll.js
@@ -1,7 +1,7 @@
import reflect from './reflect';
import isArray from 'lodash/isArray';
import _arrayMap from 'lodash/_arrayMap';
-import forOwn from 'lodash/forOwn';
+import forOwn from 'lodash/_baseForOwn';
/**
* A helper function that wraps an array or an object of functions with reflect.