@@ -70,7 +70,7 @@ |
||
70 | 70 | * @return array |
71 | 71 | * @throws SQLException |
72 | 72 | */ |
73 | - public function allField(string $name) { |
|
73 | + public function allField(string $name) { |
|
74 | 74 | $row = $this->all(); |
75 | 75 | return array_column($row, $name); |
76 | 76 | } |
@@ -70,7 +70,7 @@ |
||
70 | 70 | * @return array |
71 | 71 | * @throws SQLException |
72 | 72 | */ |
73 | - public function allField(string $name) { |
|
73 | + public function allField(string $name) { |
|
74 | 74 | $row = $this->all(); |
75 | 75 | return array_column($row, $name); |
76 | 76 | } |