Skip to content

Commit

Permalink
crud 3.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed Nov 14, 2017
1 parent 98f1ae2 commit 82905b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ All Notable changes to `Backpack Settings` will be documented in this file
### Security
- Nothing

## [2.0.23] - 2017-11-14

## Fixed
- proper CRUD routes - makes Settings package work on Backpack\CRUD 3.3;


## [2.0.22] - 2017-08-30

Expand Down
2 changes: 1 addition & 1 deletion src/routes/backpack/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
'prefix' => config('backpack.base.route_prefix', 'admin'),
'middleware' => ['web', 'admin'],
], function () {
Route::resource('setting', 'SettingCrudController');
CRUD::resource('setting', 'SettingCrudController');
});

0 comments on commit 82905b0

Please sign in to comment.