diff options
Diffstat (limited to 'app/php/pages/Profile.php')
-rw-r--r-- | app/php/pages/Profile.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/php/pages/Profile.php b/app/php/pages/Profile.php new file mode 100644 index 0000000..fb2c89f --- /dev/null +++ b/app/php/pages/Profile.php @@ -0,0 +1,7 @@ +<?php + +class Profile extends TPage { + +} + +?> |