Skip to content

Commit

Permalink
fixup Make GroupMappingMigration abstract
Browse files Browse the repository at this point in the history
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
  • Loading branch information
come-nc and nickvergessen authored Jan 13, 2022
1 parent 5c4f5b3 commit e7f9d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user_ldap/lib/Migration/GroupMappingMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
use OCP\IDBConnection;
use OCP\Migration\SimpleMigrationStep;

class GroupMappingMigration extends SimpleMigrationStep {
abstract class GroupMappingMigration extends SimpleMigrationStep {

/** @var IDBConnection */
private $dbc;
Expand Down

0 comments on commit e7f9d75

Please sign in to comment.