@@ -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 | } |
@@ -58,7 +58,7 @@ |
||
58 | 58 | * @return array |
59 | 59 | * @throws SQLException |
60 | 60 | */ |
61 | - public function allField(string $name) { |
|
61 | + public function allField(string $name) { |
|
62 | 62 | $row = $this->all(); |
63 | 63 | return array_column($row, $name); |
64 | 64 | } |