Skip to content

Commit 93e7bdf

Browse files
committed
Update ScaffoldController.php
1 parent 7b799d0 commit 93e7bdf

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
@@ -279,7 +279,7 @@ public function createAuthCrudView($frameworkName, $controllerName, $newName, $u
279279
$folder = \ROOT . \DS . 'views' . \DS . $controllerName;
280280
UFileSystem::safeMkdir($folder);
281281
try {
282-
$teInstance = Startup::getTempateEngineInstance();
282+
$teInstance = Startup::getTemplateEngineInstance();
283283
if (isset($teInstance)) {
284284
if ($useViewInheritance) {
285285
$blocks = $teInstance->getBlockNames($frameworkName);

0 commit comments

Comments
 (0)