Skip to content

Commit

Permalink
2.0.x (#43)
Browse files Browse the repository at this point in the history
- Retailer : Fix PSR-0
  • Loading branch information
livca-smile authored May 3, 2024
1 parent 3d7aeb6 commit c0c92a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [2.0.1] - 2024-05-03
[2.0.1]: https://github.com/Smile-SA/magento2-module-retailer/compare/2.0.0...2.0.1

- Retailer : Fix PSR-0

## [2.0.0] - 2023-09-20
[2.0.0]: https://github.com/Smile-SA/magento2-module-offer/compare/1.2.9.1...2.0.0

Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Retailer/Image/Upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Smile\Retailer\Controller\Adminhtml\Category\Image;
namespace Smile\Retailer\Controller\Adminhtml\Retailer\Image;

use Exception;
use Magento\Backend\App\Action;
Expand Down

0 comments on commit c0c92a1

Please sign in to comment.