Skip to content

Commit

Permalink
Add tag case in controller.meta-storm.xml (#20312)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamparam83 authored Jan 16, 2025
1 parent b0b7832 commit a05f60b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/base/controller.meta-storm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<directoryProcessors>
<regexp from="Controller\.php" to=""/>
<regexp from="([a-z])([A-Z])" to="$1-$2"/>
<case from="/[^/]+$" case="lower" />
<regexp from="/controllers/" to="/views/"/>
<regexp from="/modules/([^\\/]+)/controllers/"
to="/themes/${yiisoft/yii2:view-theme}/modules/$1/views/"/>
Expand All @@ -17,6 +18,7 @@
<directoryProcessors>
<regexp from="Controller\.php" to=""/>
<regexp from="([a-z])([A-Z])" to="$1-$2"/>
<case from="/[^/]+$" case="lower" />
<regexp from="/controllers/" to="/views/"/>
<regexp from="/modules/([^\\/]+)/controllers/"
to="/themes/${yiisoft/yii2:view-theme}/modules/$1/views/"/>
Expand All @@ -28,6 +30,7 @@
<directoryProcessors>
<regexp from="Controller\.php" to=""/>
<regexp from="([a-z])([A-Z])" to="$1-$2"/>
<case from="/[^/]+$" case="lower" />
<regexp from="/controllers/" to="/views/"/>
<regexp from="/modules/([^\\/]+)/controllers/"
to="/themes/${yiisoft/yii2:view-theme}/modules/$1/views/"/>
Expand Down

0 comments on commit a05f60b

Please sign in to comment.