# give/4.16.8.1/src/Framework/Migrations/Contracts/ReversibleMigration.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.8.1. 15 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.8.1/code/src/Framework/Migrations/Contracts/ReversibleMigration.php
- Raw: https://pluginprobe.com/plugins/give/4.16.8.1/raw/src/Framework/Migrations/Contracts/ReversibleMigration.php
- Modified: 2025-05-21T20:18:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.8.1/code/src/Framework/Migrations/Contracts/ReversibleMigration.php#L10-L20`.

```php
<?php

namespace Give\Framework\Migrations\Contracts;

/**
 * @since 4.3.0
 */
interface ReversibleMigration
{
    /**
     * Reverse migration
     */
    public function reverse();
}

```
