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/BasicId.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/BasicId.php')
-rw-r--r-- | Zotlabs/Identity/BasicId.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Identity/BasicId.php b/Zotlabs/Identity/BasicId.php index 3c149808f..a7fb109cd 100644 --- a/Zotlabs/Identity/BasicId.php +++ b/Zotlabs/Identity/BasicId.php @@ -1,6 +1,6 @@ <?php -namespace Zotlabs\Identity\BasicId; +namespace Zotlabs\Identity; class BasicId { |