Skip to content

Commit d38e160

Browse files
committed
Forgot this in route refactoring
1 parent 3ea81c4 commit d38e160

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/Models/MatterClassifiers.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ public function matter()
1717
{
1818
return $this->belongsTo(Matter::class);
1919
}
20+
21+
public function classifierType()
22+
{
23+
return $this->belongsTo(ClassifierType::class, 'type_code', 'code');
24+
}
2025
}

0 commit comments

Comments
 (0)