small conveniences
[scpubgit/stemmatology.git] / lib / Text / Tradition / Collation.pm
index 9076fb3..65984d6 100644 (file)
@@ -28,6 +28,7 @@ has 'relations' => (
        handles => {
                relationships => 'relationships',
                related_readings => 'related_readings',
+               get_relationship => 'get_relationship',
                del_relationship => 'del_relationship',
        },
        writer => '_set_relations',