Skip to content

Commit

Permalink
Merge pull request #1482 from ExpressionEngine/release/6.1.5
Browse files Browse the repository at this point in the history
Release/6.1.5
  • Loading branch information
intoeetive committed Oct 22, 2021
2 parents 2a69f92 + 3559857 commit 991de92
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions system/ee/installer/updates/ud_6_01_05.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

/**
* This source file is part of the open source project
* ExpressionEngine (https://expressionengine.com)
*
* @link https://expressionengine.com/
* @copyright Copyright (c) 2003-2021, Packet Tide, LLC (https://www.packettide.com)
* @license https://expressionengine.com/license Licensed under Apache License, Version 2.0
*/

namespace ExpressionEngine\Updater\Version_6_1_5;

/**
* Update
*/
class Updater
{
public $version_suffix = '';

/**
* Do Update
*
* @return TRUE
*/
public function do_update()
{
return true;
}
}

// EOF

0 comments on commit 991de92

Please sign in to comment.