Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur LORENT committed Sep 13, 2019
1 parent 98ab85c commit e063f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [1.2.1](https://github.com/Okipa/laravel-table/releases/tag/1.2.1)
2019-09-13
- Fixed the `show`, `edit` and `destroy` route generation, since Laravel 6 does handle differently the key given in the route call :
- Fixed the `show`, `edit` and `destroy` route generation, since Laravel 6 does handle differently the key given in the `route()` helper call :
```php
// assuming your declared your edit route like this :
(new Table)->model(User::class)->routes([
Expand Down

0 comments on commit e063f8b

Please sign in to comment.