File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/config/backpack/operations Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737
3838 // Before saving the entry, how would you like the request to be stripped?
3939 // - false - use Backpack's default (ONLY save inputs that have fields)
40- // - invokable class - custom stripping (the return should be an array with input names)
40+ // - invokable class - custom stripping (the return should be an array with input names)
4141 // 'strippedRequest' => App\Http\Requests\StripBackpackRequest::class,
4242];
Original file line number Diff line number Diff line change 3737
3838 // Before saving the entry, how would you like the request to be stripped?
3939 // - false - use Backpack's default (ONLY save inputs that have fields)
40- // - invokable class - custom stripping (the return should be an array with input names)
40+ // - invokable class - custom stripping (the return should be an array with input names)
4141 // 'strippedRequest' => App\Http\Requests\StripBackpackRequest::class,
4242];
You can’t perform that action at this time.
0 commit comments