We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ef78c commit 65244f6Copy full SHA for 65244f6
CHANGELOG.md
@@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
### Fixed
23
### Removed --->
24
25
+## 0.2.6 - 2021-04-26
26
+### Fixed
27
+- Conflict with Laravel 8 default routes
28
+
29
## 0.2.5 - 2021-04-25
30
### Added
31
- Support for Laravel 8 App\Models\User
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.2.5',
+ 'version' => '0.2.6',
17
18
];
0 commit comments