Skip to content
Snippets Groups Projects
Commit 16e64686 authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

ISAICP-8401: Set the correct path to file.

parent b1f819a5
No related branches found
No related tags found
1 merge request!145ISAICP-8401: [regression] EIRA URI redirection crashes
......@@ -27,7 +27,7 @@ class Eira extends ControllerBase {
*/
public function vocabulary(): CacheableResponse {
$response = new CacheableResponse();
$response->setContent(file_get_contents(DRUPAL_ROOT . '/../.ddev/virtuoso/vocab/EIRA_SKOS.rdf'));
$response->setContent(file_get_contents(DRUPAL_ROOT . '/../resources/vocab/EIRA_SKOS.rdf'));
/** @var \EasyRdf\Format $format */
$format = Format::getFormats()['rdfxml'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment