Skip to content

Commit

Permalink
Fix incompatible types warning in SnippetsRepository
Browse files Browse the repository at this point in the history
remp/remp#874
  • Loading branch information
rootpd committed Apr 6, 2021
1 parent a0e6189 commit 06155e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [0.21.3] - 2021-04-06

### [Mailer]

- Fixed incompatible types warning in `SnippetsRepository`. remp/remp#874

## [0.21.2] - 2021-04-06

### [Beam]
Expand Down Expand Up @@ -694,7 +700,8 @@ _Note: Generated binaries were not changed since 0.7.0, there's no need to redep
[Segments]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/segments
[Tracker]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/tracker

[Unreleased]: https://github.com/remp2020/remp/compare/0.21.2...master
[Unreleased]: https://github.com/remp2020/remp/compare/0.21.3...master
[0.21.3]: https://github.com/remp2020/remp/compare/0.21.2...0.21.3
[0.21.2]: https://github.com/remp2020/remp/compare/0.21.1...0.21.2
[0.21.1]: https://github.com/remp2020/remp/compare/0.21.0...0.21.1
[0.21.0]: https://github.com/remp2020/remp/compare/0.20.0...0.21.0
Expand Down
1 change: 0 additions & 1 deletion Mailer/app/Repositories/SnippetsRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace Remp\MailerModule\Repositories;

use Nette\Database\Table\ActiveRow;
use Nette\Utils\DateTime;
use Remp\MailerModule\Models\Traits\SlugTrait;

Expand Down

0 comments on commit 06155e0

Please sign in to comment.