Changed views from .php extension to .twig
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
$app->get('/about', function() use($app) {
|
||||
|
||||
$app->render('about.php');
|
||||
|
||||
$app->render('about.twig');
|
||||
|
||||
})->name('about');
|
||||
|
Reference in New Issue
Block a user