File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ Ray.WebFormModuleはアスペクト指向でフォームのバリデーション
1818
1919``` php
2020use Ray\Di\AbstractModule;
21- use Ray\WebFormModule\WebFormModule ;
21+ use Ray\WebFormModule\AuraInputModule ;
2222
2323class AppModule extends AbstractModule
2424{
2525 protected function configure()
2626 {
27- $this->install(new WebFormModule );
27+ $this->install(new AuraInputModule );
2828 }
2929}
3030```
@@ -168,7 +168,7 @@ class FakeVndErrorModule extends AbstractModule
168168{
169169 protected function configure()
170170 {
171- $this->install(new WebFormModule );
171+ $this->install(new AuraInputModule );
172172 $this->override(new FormVndErrorModule);
173173 }
174174```
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ An aspect oriented web form module powered by [Aura.Input](https://github.com/au
1818
1919``` php
2020use Ray\Di\AbstractModule;
21- use Ray\WebFormModule\WebFormModule ;
21+ use Ray\WebFormModule\AuraInputModule ;
2222
2323class AppModule extends AbstractModule
2424{
2525 protected function configure()
2626 {
27- $this->install(new WebFormModule );
27+ $this->install(new AuraInputModule );
2828 }
2929}
3030```
@@ -162,7 +162,7 @@ class FakeVndErrorModule extends AbstractModule
162162{
163163 protected function configure()
164164 {
165- $this->install(new WebFormModule );
165+ $this->install(new AuraInputModule );
166166 $this->override(new FormVndErrorModule);
167167 }
168168```
You can’t perform that action at this time.
0 commit comments