diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 08:48:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 08:48:09 +0000 |
commit | e236b7781744b8a287845b78857787064b70c4f8 (patch) | |
tree | be3ace0095354fdc6b64c5b30b71bfba9f05367e /Zotlabs/Identity/ProfilePhoto.php | |
parent | 21cd4a1b4845858c3421dbd5f2673eceee421f5d (diff) | |
download | volse-hubzilla-e236b7781744b8a287845b78857787064b70c4f8.tar.gz volse-hubzilla-e236b7781744b8a287845b78857787064b70c4f8.tar.bz2 volse-hubzilla-e236b7781744b8a287845b78857787064b70c4f8.zip |
more psr-4 autoloading standard
Diffstat (limited to 'Zotlabs/Identity/ProfilePhoto.php')
-rw-r--r-- | Zotlabs/Identity/ProfilePhoto.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Identity/ProfilePhoto.php b/Zotlabs/Identity/ProfilePhoto.php index 2891136c7..9c3ad81a5 100644 --- a/Zotlabs/Identity/ProfilePhoto.php +++ b/Zotlabs/Identity/ProfilePhoto.php @@ -1,5 +1,5 @@ <?php -namespace Zotlabs\Identity\ProfilePhoto; +namespace Zotlabs\Identity; class ProfilePhoto { |