@@ -26,7 +26,7 @@ |
||
| 26 | 26 | $this->languageTo = $languageTo; |
| 27 | 27 | |
| 28 | 28 | // google credentials |
| 29 | - putenv('GOOGLE_APPLICATION_CREDENTIALS=' . $credentialsFilePath); |
|
| 29 | + putenv('GOOGLE_APPLICATION_CREDENTIALS='.$credentialsFilePath); |
|
| 30 | 30 | |
| 31 | 31 | // cannot use service - before create must be authorized google credentials |
| 32 | 32 | $this->translationServiceClient = new TranslationServiceClient(); |