質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
class HogesComponent extends Component
|
9
9
|
{
|
10
|
-
public function
|
10
|
+
public function HogesTable() {
|
11
11
|
$table1 = TableRegistry::get('table1');
|
12
12
|
$table1 = $table1->find();
|
13
13
|
|