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