Neos\Flow\Core\Migrations\Version20161124230101::up PHP Méthode

up() public méthode

public up ( ) : void
Résultat void
    public function up()
    {
        $this->searchAndReplace('TYPO3\\Eel', 'Neos\\Eel');
        $this->searchAndReplace('TYPO3.Eel', 'Neos.Eel');
    }
Version20161124230101