We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0fba1 commit 652b452Copy full SHA for 652b452
1 file changed
app/routes.php
@@ -13,5 +13,5 @@
13
14
$app->get('/', function() use ($app)
15
{
16
- return $app->blade->render('hello.blade.php');
17
-});
+ return $app->show('hello');
+});
0 commit comments