回答編集履歴

1

enableとdisable間違い

2020/01/29 05:42

投稿

nojimage
nojimage

スコア957

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  public function index(){
30
30
 
31
- $this->viewBuilder()->enableAutoLayout();
31
+ $this->viewBuilder()->disableAutoLayout();
32
32
 
33
33
  }
34
34