Skip to content

Commit

Permalink
Update database.rst
Browse files Browse the repository at this point in the history
line 126 add ";"
  • Loading branch information
aurenstakada authored Jan 31, 2025
1 parent e5c68d1 commit b8cbbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/tutorials-and-examples/cms/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ CakePHP のモデルは ``Table`` と ``Entity`` オブジェクトで構成さ
{
public function initialize(array $config) : void
{
parent::initialize($config)
parent::initialize($config);
$this->addBehavior('Timestamp');
}
}
Expand Down

0 comments on commit b8cbbea

Please sign in to comment.