optimize code migrations

This commit is contained in:
Robin Krahnen 2020-03-16 15:41:30 +01:00
parent 20e891ac91
commit c528658f82

View file

@ -1,16 +1,6 @@
<?php
namespace Neos\Flow\Core\Migrations;
/*
* This file is part of the DigiComp.SettingValidator package.
*
* (c) digital competence
*
* This package is Open Source Software. For the full copyright and license
* information, please view the LICENSE file which was distributed with this
* source code.
*/
use DigiComp\SettingValidator\Package;
/**
@ -18,6 +8,9 @@ use DigiComp\SettingValidator\Package;
*/
class Version20170603120900 extends AbstractMigration
{
/**
* @return string
*/
public function getIdentifier()
{
return 'DigiComp.SettingValidator-20170603120900';