Skip to content

Commit a7902f0

Browse files
authored
ensure no include level for content type fetch (#27)
1 parent 541e402 commit a7902f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contentful.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public function getContentTypes(array $parameters = [], $space = null, array $op
254254
'content_types',
255255
'',
256256
$parameters,
257-
$options
257+
array_merge($options, ['include_level' => null])
258258
);
259259
}
260260

0 commit comments

Comments
 (0)