@@ -137,7 +137,7 @@ |
||
137 | 137 | |
138 | 138 | public function once($name, $callback) |
139 | 139 | { |
140 | - $key = 'mapper-once' . $name; |
|
140 | + $key = 'mapper-once'.$name; |
|
141 | 141 | |
142 | 142 | $rows = $this->mapper->find('_schema', ['key' => $key]); |
143 | 143 | if (!count($rows)) { |