@@ -68,7 +68,7 @@ |
||
| 68 | 68 | // Log::info("content from getGedcomPerson function => \n $content"); |
| 69 | 69 | // var_dump(\Storage::disk('public')->path($this->file), "job"); |
| 70 | 70 | $manager->storage()->put($this->file, $content); |
| 71 | - // $filePath = 'public/' . $this->file; |
|
| 71 | + // $filePath = 'public/' . $this->file; |
|
| 72 | 72 | // $filePath = $manager->storage()->path($filePath); |
| 73 | 73 | // chmod_r('/home/genealogia/domains/api.genealogia.co.uk/genealogy/storage/tenants/'); |
| 74 | 74 | exec("chmod -R 0777 ". storage_path('/tenants/')); |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | $manager = Manager::fromModel($request->user()->company(), $request->user()); |
| 24 | 24 | ExportGedCom::dispatchSync($filePath, $request->user()); |
| 25 | 25 | |
| 26 | - $filePath = $manager->storage()->path($filePath); |
|
| 26 | + $filePath = $manager->storage()->path($filePath); |
|
| 27 | 27 | Log::info("Read gedfile from ". $manager->storage()->path($filePath)); |
| 28 | 28 | // var_dump($filePath); |
| 29 | 29 | return json_encode([ |