Skip to content

Commit

Permalink
Merge pull request #7989 from aurenstakada/patch-1
Browse files Browse the repository at this point in the history
Update database.rst
  • Loading branch information
markstory authored Jan 31, 2025
2 parents e5c68d1 + b8cbbea commit 9120f49
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 9120f49

Please sign in to comment.