Added SLA to Products

This commit is contained in:
Frank Schubert
2021-07-05 18:43:03 +02:00
parent 4fae807663
commit 771c0f4bc2
12 changed files with 192 additions and 18 deletions

View File

@@ -17,5 +17,7 @@ class Product extends mfBaseModel {
return null;
}
}
return $this->$name;
}
}