Skip to content

Commit dd764d2

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent e317071 commit dd764d2

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 (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
];

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 (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
];

0 commit comments

Comments
 (0)