@@ -14,9 +14,9 @@ discard block |
||
| 14 | 14 | */ |
| 15 | 15 | public static function read($conn, \Gedcom\Record\Note $note, $group = '', $group_id = 0) |
| 16 | 16 | { |
| 17 | - try |
|
| 18 | - { |
|
| 19 | - $_note = $note->getNote(); |
|
| 17 | + try |
|
| 18 | + { |
|
| 19 | + $_note = $note->getNote(); |
|
| 20 | 20 | $rin = $note->getRin(); |
| 21 | 21 | |
| 22 | 22 | // store note |
@@ -49,11 +49,11 @@ discard block |
||
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | return $_gid; |
| 52 | - } |
|
| 53 | - catch(Throwable $e) |
|
| 54 | - { |
|
| 52 | + } |
|
| 53 | + catch(Throwable $e) |
|
| 54 | + { |
|
| 55 | 55 | report($e); |
| 56 | - } |
|
| 56 | + } |
|
| 57 | 57 | |
| 58 | 58 | } |
| 59 | 59 | } |
@@ -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 | |