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.
2 parents 222b786 + a37849a commit 0e6b538Copy full SHA for 0e6b538
examples/relationships.php
@@ -13,7 +13,7 @@
13
echo 'Usage: php ' . __FILE__ . " --key <api_key> --url=<alternate_url>\n";
14
exit();
15
}
16
-$relationships_text_data = "Bill Murray is in the new Ghostbusters film!";
+$relationships_text_data = "The Ghostbusters movie was filmed in Boston.";
17
$api = isset($options['url']) ? new Api($options['key'], $options['url']) : new Api($options['key']);
18
$params = new RelationshipsParameters();
19
$params->set('content', $relationships_text_data);
0 commit comments