Neos\Flow\Core\Migrations\Version20120627112800::up PHP Method

up() public method

public up ( ) : void
return void
    public function up()
    {
        $this->searchAndReplace('Session\\Exception\\DataNotSerializeableException', 'Session\\Exception\\DataNotSerializableException');
    }
Version20120627112800