Skip to content

Commit

Permalink
Fix incorrect namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Aug 25, 2022
1 parent 49650b4 commit 57aafa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/grid/eventLog/linkAction/EmailLinkAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @brief An action to open up a modal to view an email sent to a user.
*/

namespace PKP\controllers\grid\eventLog;
namespace PKP\controllers\grid\eventLog\linkAction;

use PKP\linkAction\LinkAction;
use PKP\linkAction\request\AjaxModal;
Expand Down

0 comments on commit 57aafa8

Please sign in to comment.