Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deek87 committed Jun 24, 2021
1 parent 9ecc218 commit 7661a2f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
namespace Concrete\Core\Updater\Migrations\Migrations;

use Concrete\Core\Updater\Migrations\AbstractMigration;
use Concrete\Core\Updater\Migrations\RepeatableMigrationInterface;
use Doctrine\DBAL\Schema\Schema;

final class Version20210616131513 extends AbstractMigration
final class Version20210616131513 extends AbstractMigration implements RepeatableMigrationInterface
{

public function upgradeDatabase()
Expand Down

0 comments on commit 7661a2f

Please sign in to comment.