diff options
Diffstat (limited to 'engine/classes/ElggData.php')
-rw-r--r-- | engine/classes/ElggData.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php new file mode 100644 index 000000000..5f152024c --- /dev/null +++ b/engine/classes/ElggData.php @@ -0,0 +1,5 @@ +<?php +abstract class ElggData +{ + +}
\ No newline at end of file |