diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index dfab535..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: https://paypal.me/antonkomarev diff --git a/.styleci.yml b/.styleci.yml index f2c7143..64b948b 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -4,4 +4,3 @@ disabled: - concat_without_spaces - phpdoc_no_package - logical_not_operators_with_successor_space - - simplified_null_return diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b90305..2b0400e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil ## [Unreleased] +## [3.5.0] - 2020-09-09 + +### Added + +- ([#25]) Laravel 8.x support + ## [3.4.2] - 2020-03-06 ### Added @@ -75,7 +81,8 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil Initial release -[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.4.2...master +[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.5.0...master +[3.5.0]: https://github.com/cybercog/laravel-optimus/compare/3.4.2...3.5.0 [3.4.2]: https://github.com/cybercog/laravel-optimus/compare/3.4.1...3.4.2 [3.4.1]: https://github.com/cybercog/laravel-optimus/compare/3.4.0...3.4.1 [3.4.0]: https://github.com/cybercog/laravel-optimus/compare/3.3.0...3.4.0 @@ -86,6 +93,7 @@ Initial release [2.1.0]: https://github.com/cybercog/laravel-optimus/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/cybercog/laravel-optimus/compare/1.0.0...2.0.0 +[#25]: https://github.com/cybercog/laravel-optimus/pull/25 [#23]: https://github.com/cybercog/laravel-optimus/pull/23 [#22]: https://github.com/cybercog/laravel-optimus/pull/22 [#20]: https://github.com/cybercog/laravel-optimus/pull/20 diff --git a/README.md b/README.md index 67ed8af..0601150 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ![cog-laravel-optimus](https://user-images.githubusercontent.com/1849174/28744713-5b28fffa-746f-11e7-8ca2-0e2a612bc19c.png)

+Discord Releases Build Status StyleCI diff --git a/src/Traits/OptimusEncodedRouteKey.php b/src/Traits/OptimusEncodedRouteKey.php index 99c3282..7447bdf 100644 --- a/src/Traits/OptimusEncodedRouteKey.php +++ b/src/Traits/OptimusEncodedRouteKey.php @@ -21,7 +21,6 @@ public function getRouteKey() * * @param mixed $value * @param string|null $field - * * @return \Illuminate\Database\Eloquent\Model|null */ public function resolveRouteBinding($value, $field = null)