Skip to content

Commit

Permalink
pkp/pkp-lib#5885 Review remainder update
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir authored and asmecher committed Aug 30, 2024
1 parent b1e91dc commit c06bc2f
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php

/**
* @file classes/migration/upgrade/v3_5_0/I5885_RenameReviewRemainderSettingsName.php
*
* Copyright (c) 2014-2024 Simon Fraser University
* Copyright (c) 2000-2024 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @class I5885_RenameReviewRemainderSettingsName.php
*
* @brief Rename the review remainder settings name
*
*/

namespace APP\migration\upgrade\v3_5_0;

class I5885_RenameReviewRemainderSettingsName extends \PKP\migration\upgrade\v3_5_0\I5885_RenameReviewRemainderSettingsName
{
protected function getContextSettingsTable(): string
{
return 'journal_settings';
}
}

0 comments on commit c06bc2f

Please sign in to comment.