diff options
Diffstat (limited to 'src/phinde/Fetcher.php')
| -rw-r--r-- | src/phinde/Fetcher.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phinde/Fetcher.php b/src/phinde/Fetcher.php index 7cf11b7..666d7ed 100644 --- a/src/phinde/Fetcher.php +++ b/src/phinde/Fetcher.php @@ -29,7 +29,7 @@ class Fetcher $types = array(); foreach ($actions as $action) { - $types = array_merge($action::$supportedTypes); + $types = array_merge($types, array_keys($action::$supportedTypes)); } $types = array_unique($types); |
