Skip to content

Commit 4ea7c24

Browse files
committed
update facade call.
1 parent 2ec0380 commit 4ea7c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313

1414
On::get('/', function()
1515
{
16-
return Blade::show('hello');
16+
return View::of('hello');
1717
});

0 commit comments

Comments
 (0)