Skip to content

Commit

Permalink
Merge pull request #339 from brandonkelly/338-fix
Browse files Browse the repository at this point in the history
Fixed Craft 3.5 / Yii 2.0.36 compatibility
  • Loading branch information
markhuot authored Aug 14, 2020
2 parents caa1264 + 5133eb9 commit 2fe3ce2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Unreleased

### Fixed
- Fixed Craft 3.5 compatibility. ([#338](https://github.com/markhuot/craftql/issues/338))

## 1.3.4 - 2019-08-29

### Fixed
Expand Down
1 change: 0 additions & 1 deletion src/Controllers/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ApiController extends Controller
protected $allowAnonymous = ['index'];

private $graphQl;
private $request;

function __construct(
$id,
Expand Down

0 comments on commit 2fe3ce2

Please sign in to comment.