Skip to content

Commit 9120f49

Browse files
authored
Merge pull request #7989 from aurenstakada/patch-1
Update database.rst
2 parents e5c68d1 + b8cbbea commit 9120f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ja/tutorials-and-examples/cms/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ CakePHP のモデルは ``Table`` と ``Entity`` オブジェクトで構成さ
123123
{
124124
public function initialize(array $config) : void
125125
{
126-
parent::initialize($config)
126+
parent::initialize($config);
127127
$this->addBehavior('Timestamp');
128128
}
129129
}

0 commit comments

Comments
 (0)