Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
magiccart committed Nov 7, 2023
1 parent bbc6142 commit 779e0fb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Controller/Index/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

class Post extends \Magento\Framework\App\Action\Action
{

/**
* @var DataPersistorInterface
*/
Expand All @@ -36,16 +35,22 @@ class Post extends \Magento\Framework\App\Action\Action

protected $_moduleHelper;

/**
* @var \Magento\MediaStorage\Model\File\UploaderFactory
*/
protected $_fileUploaderFactory;

/**
* @param Context $context
* @param \Magento\Framework\Stdlib\DateTime\TimezoneInterface $timezone
* @param DataPersistorInterface $dataPersistor
* @param LoggerInterface $logger
*/

public function __construct(
\Magento\Framework\Stdlib\DateTime\TimezoneInterface $timezone,
\Magento\Framework\App\Action\Context $context,
\Magento\Framework\Stdlib\DateTime\TimezoneInterface $timezone,
\Magento\MediaStorage\Model\File\UploaderFactory $fileUploaderFactory,
\Magiccart\Testimonial\Helper\Data $moduleHelper
) {
Expand Down

0 comments on commit 779e0fb

Please sign in to comment.