diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-05-04 07:49:22 +0200 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-05-10 19:53:36 +0200 |
commit | c51ebb02fa702456d0d470c05a260d68e3d4bb0e (patch) | |
tree | db74fafb97e652212ca276f98d866509d552042e /lib/private/user/interface.php | |
parent | 0543f8a8393f1837f5988606dcf303ceb53ad73a (diff) | |
download | nextcloud-server-c51ebb02fa702456d0d470c05a260d68e3d4bb0e.tar.gz nextcloud-server-c51ebb02fa702456d0d470c05a260d68e3d4bb0e.zip |
Move OC_User_XX to legacy folder
Diffstat (limited to 'lib/private/user/interface.php')
-rw-r--r-- | lib/private/user/interface.php | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/lib/private/user/interface.php b/lib/private/user/interface.php deleted file mode 100644 index d2868a79c2c..00000000000 --- a/lib/private/user/interface.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php -/** - * @author Arthur Schiwon <blizzz@owncloud.com> - * @author Jörn Friedrich Dreyer <jfd@butonic.de> - * @author Morris Jobke <hey@morrisjobke.de> - * - * @copyright Copyright (c) 2016, ownCloud, Inc. - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * 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 - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> - * - */ - -/** - * Interface OC_User_Interface - * @deprecated use the public \OCP\UserInterface instead - */ -interface OC_User_Interface extends \OCP\UserInterface {} |