diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-05-29 21:35:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 21:35:57 +0200 |
commit | 555108dc65501ba08d0b70c05e0eaebd6379c4b1 (patch) | |
tree | a862562dc159c0f14178c9116d577e2304cbfc90 /build/integration/features/bootstrap/BasicStructure.php | |
parent | c31b2d6ce15a71b681eabadcc4fce6d0f98f5cb2 (diff) | |
download | nextcloud-server-555108dc65501ba08d0b70c05e0eaebd6379c4b1.tar.gz nextcloud-server-555108dc65501ba08d0b70c05e0eaebd6379c4b1.zip |
Revert "[stable18] Fix password changes in link and mail shares"
Diffstat (limited to 'build/integration/features/bootstrap/BasicStructure.php')
-rw-r--r-- | build/integration/features/bootstrap/BasicStructure.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php index 20d5727a86c..03cdd58833e 100644 --- a/build/integration/features/bootstrap/BasicStructure.php +++ b/build/integration/features/bootstrap/BasicStructure.php @@ -46,7 +46,6 @@ trait BasicStructure { use Auth; use Download; - use Mail; use Trashbin; /** @var string */ |