Skip to content

Commit

Permalink
Remove "Xhgui" from classes path
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 21, 2020
1 parent c43178f commit 33ffb57
Show file tree
Hide file tree
Showing 26 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"autoload": {
"psr-4": {
"XHGui\\": "src/Xhgui/"
"XHGui\\": "src/"
}
},
"autoload-dev": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function _slimApp()
// Configure Twig view for slim
$view = new Twig();

$view->twigTemplateDirs = [dirname(__DIR__, 2) . '/templates'];
$view->twigTemplateDirs = [dirname(__DIR__) . '/templates'];
$view->parserOptions = [
'charset' => 'utf-8',
'cache' => $cacheDir,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 33ffb57

Please sign in to comment.