Skip to content

Commit e317071

Browse files
authored
Apply suggestions from code review
1 parent 6eef48d commit e317071

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config/backpack/operations/create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
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 (eg. App\Http\Requests\StripBackpackRequest::class)
40+
// - invokable class - custom stripping (the return should be an array with input names)
4141
// 'strippedRequest' => App\Http\Requests\StripBackpackRequest::class,
4242
];

src/config/backpack/operations/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
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 (eg. App\Http\Requests\StripBackpackRequest::class)
40+
// - invokable class - custom stripping (the return should be an array with input names)
4141
// 'strippedRequest' => App\Http\Requests\StripBackpackRequest::class,
4242
];

0 commit comments

Comments
 (0)