@@ -32,7 +32,7 @@ |
||
32 | 32 | $_group = 'subn'; |
33 | 33 | $_gid = $record->id; |
34 | 34 | |
35 | - $note = $subn->getNote(); // array --- |
|
35 | + $note = $subn->getNote(); // array --- |
|
36 | 36 | |
37 | 37 | if ($note != null && count($note) > 0) { |
38 | 38 | foreach ($note as $item) { |
@@ -43,7 +43,7 @@ |
||
43 | 43 | public function handle() |
44 | 44 | { |
45 | 45 | |
46 | - $dir = 'public/gedcom/exported'; |
|
46 | + $dir = 'public/gedcom/exported'; |
|
47 | 47 | |
48 | 48 | $filename = $this->argument('filename').".GED"; |
49 | 49 |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | |
48 | 48 | $filename = $this->argument('filename').".GED"; |
49 | 49 | |
50 | - $file_path = $dir . '/' . $filename; |
|
50 | + $file_path = $dir.'/'.$filename; |
|
51 | 51 | |
52 | 52 | if (!file_exists($dir)) { |
53 | 53 | Storage::makeDirectory($dir); |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | $people = Person::all(); |
70 | 70 | $submissions = $query->get(); |
71 | 71 | |
72 | - $data =array ( |
|
72 | + $data = array( |
|
73 | 73 | 'submissions' => $submissions, |
74 | 74 | 'people' => $people, |
75 | 75 | ); |