Skip to content

Commit

Permalink
chore: fix style (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed May 1, 2024
1 parent b692356 commit 232868c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Controller/Adminhtml/Export/Trigger.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Tweakwise (https://www.tweakwise.com/) - All Rights Reserved
*
Expand Down Expand Up @@ -66,6 +67,7 @@ protected function createRefererRedirect()
if (!$redirectUrl) {
$redirectUrl = $this->_url->getUrl('adminhtml');
}

$resultRedirect->setUrl($redirectUrl);

return $resultRedirect;
Expand Down

0 comments on commit 232868c

Please sign in to comment.