@@ -206,6 +206,9 @@ |
||
| 206 | 206 | return $this->returnText(Constants::$operation_succeded); |
| 207 | 207 | } |
| 208 | 208 | |
| 209 | + /** |
|
| 210 | + * @param string $text |
|
| 211 | + */ |
|
| 209 | 212 | private function returnText($text) |
| 210 | 213 | { |
| 211 | 214 | return response($text, 200) |