Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 926c7a5

Browse files
author
UramnOIL
committed
コンストラクタにinit()を呼ばせる
1 parent 577e637 commit 926c7a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VectorNetworkProject/DataProvider/Tables/TableBase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ abstract class TableBase
1818
public final function __construct(DataConnector $connector)
1919
{
2020
$this->connector = $connector;
21+
$this->init();
2122
}
2223

2324
/**

0 commit comments

Comments
 (0)