Add Composer autoloading

This commit is contained in:
Gogs
2026-07-06 20:31:04 +02:00
parent 249bcb1f1b
commit 79d0976b80
13 changed files with 102 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</div>
<?php else: ?>
<?php foreach ($programmes as $p): ?>
<?php View::render('programme', ['p' => $p]); ?>
<?php \TVGuide\View::render('programme', ['p' => $p]); ?>
<?php endforeach; ?>
<?php endif; ?>
</section>