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