Skip to content

Commit

Permalink
[ja] follows cakephp#5319
Browse files Browse the repository at this point in the history
  • Loading branch information
okinaka committed Oct 22, 2017
1 parent 89fa7c1 commit 226306a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ja/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ CakePHP のコントローラーはリクエストのライフサイクル周り
最良の結果を得るために、子コントローラーのコールバック中で
``AppController`` のコールバックを呼ぶのを忘れないでください。 ::

//use Cake\Event\Event;
public function beforeFilter(Event $event)
{
parent::beforeFilter($event);
Expand Down

0 comments on commit 226306a

Please sign in to comment.