Skip to content
Snippets Groups Projects

Resolve "Introduce PSR-4 autoloading"

Merged Stein Magne Bjorklund requested to merge 12-introduce-psr-4-autoloading into master
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -39,7 +39,7 @@ class Exporter
array_push($triples, $t);
$t['o'] = LS . 'Application';
array_push($triples, $t);
if ($conf['parentApp'] != null) {
if (isset($conf['parentApp']) && $conf['parentApp'] !== null) {
$t['p'] = OPMV . 'wasDerivedFrom';
$t['o'] = $conf['parentApp'];
array_push($triples, $t);
Loading