Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Merge requests
!16
Resolve "Introduce PSR-4 autoloading"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Introduce PSR-4 autoloading"
12-introduce-psr-4-autoloading
into
master
Overview
0
Commits
21
Pipelines
0
Changes
2
Merged
Stein Magne Bjorklund
requested to merge
12-introduce-psr-4-autoloading
into
master
3 years ago
Overview
0
Commits
21
Pipelines
0
Changes
2
Expand
Closes #12
Edited
3 years ago
by
Stein Magne Bjorklund
0
0
Merge request reports
Viewing commit
56fd61f8
Show latest version
2 files
+
1
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
56fd61f8
Autoload Haanga library
· 56fd61f8
Stein Magne Bjorklund
authored
3 years ago
classes/modules/sparqlFilterModule.php
+
1
−
1
Options
@@ -2,6 +2,7 @@
namespace
uib\ub\loadspeakr\modules
;
use
Haanga
;
use
uib\ub\loadspeakr\Convert
;
use
uib\ub\loadspeakr\HTTPStatus
;
use
uib\ub\loadspeakr\Logging
;
@@ -46,7 +47,6 @@ class sparqlFilterModule extends abstractModule
$uri
=
$res
;
$queries
=
$this
->
getQueries
();
$e
=
$endpoints
[
'local'
];
require_once
__DIR__
.
'/../../vendor/ubbdst/haanga/lib/Haanga.php'
;
Haanga
::
configure
(
array
(
'cache_dir'
=>
$conf
[
'home'
]
.
'cache/'
,
'autoescape'
=>
false
,
Loading