Skip to content

Commit

Permalink
Fix namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Oct 16, 2021
1 parent e80917b commit e79eeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser/ObjeRef.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static function parse(\Gedcom\Parser $parser)
$obje->setTitl(trim($record[2]));
break;
case 'FILE':
$obje->setFile(\Parser\ObjeRef\File::parse($parser));
$obje->setFile(\Gedcom\Parser\ObjeRef\File::parse($parser));
break;
default:
$parser->logUnhandledRecord(self::class.' @ '.__LINE__);
Expand Down

0 comments on commit e79eeca

Please sign in to comment.