Skip to content

Commit d8aeae9

Browse files
committed
Close #186
1 parent 52c9f69 commit d8aeae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/BaseSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ abstract class BaseSchema implements SchemaInterface
4343
const SHOW_SELF = 'showSelf';
4444

4545
/** If 'related' URL should be shown. */
46-
const SHOW_RELATED = 'related';
46+
const SHOW_RELATED = 'showRelated';
4747

4848
/** If data should be shown in relationships. */
4949
const SHOW_DATA = 'showData';

0 commit comments

Comments
 (0)