Skip to content

Commit d4193e6

Browse files
committed
Update ScaffoldController.php
1 parent fc3a2dc commit d4193e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/scaffolding/ScaffoldController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ abstract class ScaffoldController {
3939
"index" => "@framework/crud/index.html",
4040
"form" => "@framework/crud/form.html",
4141
"display" => "@framework/crud/display.html",
42-
"item" => "@framework/crud/item.html",
42+
"home" => "@framework/crud/home.html",
4343
"itemHome" => "@framework/crud/itemHome.html",
4444
"nav"=>"@framework/crud/nav.html"
4545
],

0 commit comments

Comments
 (0)