From d10733da8d6157e176c88241344d350963bcb68c Mon Sep 17 00:00:00 2001 From: Tomoya Date: Mon, 17 Jun 2024 07:02:57 +0900 Subject: [PATCH] remove load FlushComponent cms tutorial --- ja/tutorials-and-examples/cms/articles-controller.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/ja/tutorials-and-examples/cms/articles-controller.rst b/ja/tutorials-and-examples/cms/articles-controller.rst index 18b6a8a9ad..9cc46ca734 100644 --- a/ja/tutorials-and-examples/cms/articles-controller.rst +++ b/ja/tutorials-and-examples/cms/articles-controller.rst @@ -181,8 +181,6 @@ view テンプレートの作成 public function initialize(): void { parent::initialize(); - - $this->loadComponent('Flash'); // FlashComponent をインクルード } public function index()