OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackend
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
b887adf386
commit
242bb746b9
3 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
namespace OCA\DAV\Files;
|
||||
namespace OCA\DAV\DAV;
|
||||
|
||||
use OCP\IDBConnection;
|
||||
use OCP\IUser;
|
|
@ -42,9 +42,9 @@ use OCA\DAV\Connector\Sabre\FilesPlugin;
|
|||
use OCA\DAV\Connector\Sabre\FilesReportPlugin;
|
||||
use OCA\DAV\Connector\Sabre\SharesPlugin;
|
||||
use OCA\DAV\DAV\PublicAuth;
|
||||
use OCA\DAV\DAV\CustomPropertiesBackend;
|
||||
use OCA\DAV\Connector\Sabre\QuotaPlugin;
|
||||
use OCA\DAV\Files\BrowserErrorPagePlugin;
|
||||
use OCA\DAV\Files\CustomPropertiesBackend;
|
||||
use OCA\DAV\SystemTag\SystemTagPlugin;
|
||||
use OCP\IRequest;
|
||||
use OCP\SabrePluginEvent;
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
namespace OCA\DAV\Tests\Files;
|
||||
namespace OCA\DAV\Tests\DAV;
|
||||
|
||||
use OCA\DAV\Files\CustomPropertiesBackend;
|
||||
use OCA\DAV\DAV\CustomPropertiesBackend;
|
||||
use OCP\IDBConnection;
|
||||
use OCP\IUser;
|
||||
use Sabre\DAV\PropFind;
|
Loading…
Reference in a new issue