@@ -43,6 +43,9 @@ |
||
| 43 | 43 | file_put_contents($fileName, $data."\n"); |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | + /** |
|
| 47 | + * @return string |
|
| 48 | + */ |
|
| 46 | 49 | private function createFileName($location) |
| 47 | 50 | { |
| 48 | 51 | $fileName = uniqid('identity_', true); |