summaryrefslogtreecommitdiff
path: root/app/Module/FamilyTreeNews/Schema/Migration2.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/FamilyTreeNews/Schema/Migration2.php')
-rw-r--r--app/Module/FamilyTreeNews/Schema/Migration2.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Module/FamilyTreeNews/Schema/Migration2.php b/app/Module/FamilyTreeNews/Schema/Migration2.php
index 721576dfb3..c2ac05af5c 100644
--- a/app/Module/FamilyTreeNews/Schema/Migration2.php
+++ b/app/Module/FamilyTreeNews/Schema/Migration2.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Module\FamilyTreeNews\Schema;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,12 +13,14 @@ namespace Fisharebest\Webtrees\Module\FamilyTreeNews\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\Module\FamilyTreeNews\Schema;
+
use Fisharebest\Webtrees\Database;
use Fisharebest\Webtrees\Schema\MigrationInterface;
use PDOException;
/**
- * Class Migration2 - upgrade the database schema from version 2 to version 3.
+ * Upgrade the database schema from version 2 to version 3.
*/
class Migration2 implements MigrationInterface {
/** {@inheritDoc} */