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