summaryrefslogtreecommitdiff
path: root/app/Schema/MigrationInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Schema/MigrationInterface.php')
-rw-r--r--app/Schema/MigrationInterface.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/Schema/MigrationInterface.php b/app/Schema/MigrationInterface.php
index 59c0a54056..6a0c1f1961 100644
--- a/app/Schema/MigrationInterface.php
+++ b/app/Schema/MigrationInterface.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Schema;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,9 +13,10 @@ namespace Fisharebest\Webtrees\Schema;
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+namespace Fisharebest\Webtrees\Schema;
/**
- * Interface MigrationInterface - upgrade/downgrade the database schema.
+ * Upgrade the database schema.
*/
interface MigrationInterface {
/**