diff options
author | Mario <mario@mariovavti.com> | 2021-01-15 19:11:14 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-15 19:11:14 +0000 |
commit | 63c15c2c8d1039a13439aa6cbbc38142df8f9de7 (patch) | |
tree | dee7d1f96e7cf6edf640896552d282529296e889 /Zotlabs/Lib/Share.php | |
parent | 3e1f387b2b9b023578221161f543e7267c74d729 (diff) | |
download | volse-hubzilla-63c15c2c8d1039a13439aa6cbbc38142df8f9de7.tar.gz volse-hubzilla-63c15c2c8d1039a13439aa6cbbc38142df8f9de7.tar.bz2 volse-hubzilla-63c15c2c8d1039a13439aa6cbbc38142df8f9de7.zip |
remove redundant import
Diffstat (limited to 'Zotlabs/Lib/Share.php')
-rw-r--r-- | Zotlabs/Lib/Share.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Share.php b/Zotlabs/Lib/Share.php index d34c0eaba..b4cd5a194 100644 --- a/Zotlabs/Lib/Share.php +++ b/Zotlabs/Lib/Share.php @@ -2,8 +2,6 @@ namespace Zotlabs\Lib; -use Zotlabs\Lib\Activity; - class Share { private $item = null; |