Skip to content

Commit

Permalink
Dev Try different alias path
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 29, 2021
1 parent bbd0858 commit 174251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/internal.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// we use 'third_party' instead of 'vendor'
// This line just point vendor.Twig to third_party/Twig
// @see: ETwigViewRenderer::$twigPathAlias
'application.vendor.Twig'=>'webroot.third_party.Twig.twig.lib.Twig',
'application.vendor.Twig' => 'third_party.Twig.twig.lib.Twig'
// 'CaptchaExtendedAction' => realpath(__DIR__ . '/../extensions/captchaExtended/CaptchaExtendedAction.php'),
// 'CaptchaExtendedValidator' => realpath(__DIR__ . '/../extensions/captchaExtended/CaptchaExtendedValidator.php')
),
Expand Down

0 comments on commit 174251a

Please sign in to comment.