We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c9f69 commit d8aeae9Copy full SHA for d8aeae9
src/Schema/BaseSchema.php
@@ -43,7 +43,7 @@ abstract class BaseSchema implements SchemaInterface
43
const SHOW_SELF = 'showSelf';
44
45
/** If 'related' URL should be shown. */
46
- const SHOW_RELATED = 'related';
+ const SHOW_RELATED = 'showRelated';
47
48
/** If data should be shown in relationships. */
49
const SHOW_DATA = 'showData';
0 commit comments