Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-10-22 12:47:37 +0300
committerGitHub <noreply@github.com>2021-10-22 12:47:37 +0300
commite673ec0b879e4d32bb468825c549738e342df0f2 (patch)
treea7a01e82ac7b7aaddb07232a2d71aee85c17d8a9 /apps/files_sharing/lib/Activity/Settings/RemoteShare.php
parent7995c6e1dce83becf1e948de960894d481775a6f (diff)
parent0a359376628b36256aa8332d79b1af1dfc513ce8 (diff)
Merge branch 'master' into imountpoint-ocp-storage
Diffstat (limited to 'apps/files_sharing/lib/Activity/Settings/RemoteShare.php')
-rw-r--r--apps/files_sharing/lib/Activity/Settings/RemoteShare.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/lib/Activity/Settings/RemoteShare.php b/apps/files_sharing/lib/Activity/Settings/RemoteShare.php
index 24fa753437b..4a796132612 100644
--- a/apps/files_sharing/lib/Activity/Settings/RemoteShare.php
+++ b/apps/files_sharing/lib/Activity/Settings/RemoteShare.php
@@ -15,14 +15,13 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-
namespace OCA\Files_Sharing\Activity\Settings;
class RemoteShare extends ShareActivitySettings {