Skip to content

Commit

Permalink
Rename templates/Scaffold to templates/scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 28, 2020
1 parent 39ad1ce commit 448dc64
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/CrudView.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 448dc64

Please sign in to comment.