diff options
Diffstat (limited to 'app/Schema/Migration5.php')
| -rw-r--r-- | app/Schema/Migration5.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Schema/Migration5.php b/app/Schema/Migration5.php index 5c18966b02..eda79320ac 100644 --- a/app/Schema/Migration5.php +++ b/app/Schema/Migration5.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Schema; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,15 +13,17 @@ 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; + use Fisharebest\Webtrees\Database; use Fisharebest\Webtrees\Tree; /** - * Class Migration5 - upgrade the database schema from version 5 to version 5. + * Upgrade the database schema from version 5 to version 5. */ class Migration5 implements MigrationInterface { /** - * {@inheritDoc} + * Upgrade to to the next version */ public function upgrade() { // - changes to the values for the gedcom setting SHOW_RELATIVES_EVENTS |
