Testing how to develop an app
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace OCA\NotesTutorial\Migration;
|
||||
namespace OCA\MyWiki\Migration;
|
||||
|
||||
use Closure;
|
||||
use OCP\DB\ISchemaWrapper;
|
||||
use OCP\Migration\SimpleMigrationStep;
|
||||
use OCP\Migration\IOutput;
|
||||
|
||||
class Version1400Date20181013124731 extends SimpleMigrationStep {
|
||||
class Version000000Date20220302210900 extends SimpleMigrationStep {
|
||||
|
||||
/**
|
||||
* @param IOutput $output
|
||||
|
Reference in New Issue
Block a user