diff --git a/src/View/CrudView.php b/src/View/CrudView.php index 86b7732..a4b827a 100644 --- a/src/View/CrudView.php +++ b/src/View/CrudView.php @@ -222,7 +222,7 @@ protected function _getTemplateFileName(?string $name = null): string return parent::_getTemplateFileName($name); } catch (MissingTemplateException $exception) { $this->subDir = ''; - $this->templatePath = 'Scaffold'; + $this->templatePath = 'scaffold'; } try { return parent::_getTemplateFileName($this->template); diff --git a/templates/Scaffold/add.php b/templates/scaffold/add.php similarity index 100% rename from templates/Scaffold/add.php rename to templates/scaffold/add.php diff --git a/templates/Scaffold/dashboard.php b/templates/scaffold/dashboard.php similarity index 100% rename from templates/Scaffold/dashboard.php rename to templates/scaffold/dashboard.php diff --git a/templates/Scaffold/edit.php b/templates/scaffold/edit.php similarity index 100% rename from templates/Scaffold/edit.php rename to templates/scaffold/edit.php diff --git a/templates/Scaffold/index.php b/templates/scaffold/index.php similarity index 100% rename from templates/Scaffold/index.php rename to templates/scaffold/index.php diff --git a/templates/Scaffold/view.php b/templates/scaffold/view.php similarity index 100% rename from templates/Scaffold/view.php rename to templates/scaffold/view.php