mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Fix loading of migration provider class
This commit is contained in:
parent
6d9524ce3d
commit
07c6ec9298
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace OCA\Contacts;
|
||||
|
||||
class MigrationProvider extends OC_Migration_Provider{
|
||||
class MigrationProvider extends \OC_Migration_Provider{
|
||||
|
||||
// Create the xml for the user supplied
|
||||
function export( ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user