Passed
Push — master ( 6c15b3...c247e7 )
by
unknown
09:52
created
app/Jobs/ExportGedCom.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
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/'));
Please login to merge, or discard this patch.
app/Http/Controllers/Gedcom/Export.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
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([
Please login to merge, or discard this patch.