Skip to content

Commit

Permalink
pkp/pkp-lib#7725 editorial decision constants synced up
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Aug 30, 2022
1 parent 3db3d6c commit 4842fc1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions classes/decision/Decision.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

/**
* @defgroup decision Decision
*/

/**
* @file classes/decision/Decision.inc.php
*
* Copyright (c) 2014-2022 Simon Fraser University
* Copyright (c) 2000-2022 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @class Decision
* @ingroup decision
*
* @see DAO
*
* @brief An editorial decision taken on a submission, such as to accept, decline or request revisions.
*/

namespace APP\decision;

use PKP\decision\Decision as BaseDecision;

class Decision extends BaseDecision
{

}

0 comments on commit 4842fc1

Please sign in to comment.