diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-21 21:18:54 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-21 21:18:54 -0800 |
commit | 56d1c083174aacd019176cd79236d84f52604dd8 (patch) | |
tree | 49c797defe8be400f53891d8b76e8febc7c32e8e /Zotlabs | |
parent | 2d69b419ff9a0b2186d9479447f75f37b9102fa6 (diff) | |
download | volse-hubzilla-56d1c083174aacd019176cd79236d84f52604dd8.tar.gz volse-hubzilla-56d1c083174aacd019176cd79236d84f52604dd8.tar.bz2 volse-hubzilla-56d1c083174aacd019176cd79236d84f52604dd8.zip |
move dreport from zot to lib
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/DReport.php (renamed from Zotlabs/Zot/DReport.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Zot/DReport.php b/Zotlabs/Lib/DReport.php index c90f4f670..a68d6c18f 100644 --- a/Zotlabs/Zot/DReport.php +++ b/Zotlabs/Lib/DReport.php @@ -1,5 +1,5 @@ <?php -namespace Zotlabs\Zot; +namespace Zotlabs\Lib; class DReport { |