Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Fixed psr-4 compat
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
sjelfull committed Dec 3, 2020
1 parent f4ade82 commit e420945
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.4 - 2020-12-03
### Fixed
- Fixed PSR-4 compatibility

## 1.0.3 - 2019-02-21
### Fixed
- Fixed missing settings model
Expand Down
2 changes: 1 addition & 1 deletion src/BatchPdfExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use craft\base\Element;
use craft\commerce\elements\Order;
use craft\events\RegisterElementActionsEvent;
use superbig\batchpdfexport\assetbundles\BatchPdfExport\BatchPdfExportAsset;
use superbig\batchpdfexport\assetbundles\batchpdfexport\BatchPdfExportAsset;
use superbig\batchpdfexport\elementactions\ExportAction;
use superbig\batchpdfexport\services\BatchPdfExportService;
use superbig\batchpdfexport\models\Settings;
Expand Down
2 changes: 1 addition & 1 deletion src/assetbundles/batchpdfexport/BatchPdfExportAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright Copyright (c) 2018 Superbig
*/

namespace superbig\batchpdfexport\assetbundles\BatchPdfExport;
namespace superbig\batchpdfexport\assetbundles\batchpdfexport;

use Craft;
use craft\web\AssetBundle;
Expand Down

0 comments on commit e420945

Please sign in to comment.