diff --git a/config/packages/mapping/ActivityEntity.orm.xml b/config/packages/mapping/ActivityEntity.orm.xml new file mode 100644 index 0000000..df8f8b9 --- /dev/null +++ b/config/packages/mapping/ActivityEntity.orm.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Repository/ActivityRepository.php b/src/Repository/ActivityRepository.php new file mode 100644 index 0000000..c69053c --- /dev/null +++ b/src/Repository/ActivityRepository.php @@ -0,0 +1,11 @@ +