Skip to content

Commit

Permalink
[Enh]: #supportMaterialsAdd: Convenience Message
Browse files Browse the repository at this point in the history
For cascading
  • Loading branch information
seandenigris committed Mar 10, 2024
1 parent c167674 commit bd22772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ProjectProject/DbTDomainObject.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ DbTDomainObject >> supportMaterials: aCollection [
put: aCollection
]

{ #category : #'*ProjectProject' }
DbTDomainObject >> supportMaterialsAdd: anObject [
^ self supportMaterials add: anObject
]

{ #category : #'*ProjectProject' }
DbTDomainObject >> supportMaterialsDescription [
<magritteDescription>
Expand Down

0 comments on commit bd22772

Please sign in to comment.