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

Commit

Permalink
Merge pull request #87 from Dolphiq/development
Browse files Browse the repository at this point in the history
Change namespaces from verbb to craft
  • Loading branch information
johanzandstra authored Apr 26, 2019
2 parents 79dff5e + e0c96e5 commit 71b6689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Fixed
- Class 'verbb\feedme\services\Elements' not found when updating the plugin
- Use new craft\feedme namespace

## 1.0.21 - 2019-04-17
### Added
Expand Down
5 changes: 2 additions & 3 deletions src/elements/FeedMeRedirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

namespace dolphiq\redirect\elements;

use verbb\feedme\FeedMe;
use verbb\feedme\base\Element;
use verbb\feedme\base\ElementInterface;
use craft\feedme\Base\Element;
use craft\feedme\Base\ElementInterface;

use Craft;
use craft\base\Element as BaseElement;
Expand Down

0 comments on commit 71b6689

Please sign in to comment.