Skip to content

Commit 0b47f7a

Browse files
committed
fix #433
1 parent 4c925dc commit 0b47f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ It also sets the column "customer_id" on "create" to "12" and removes the column
700700

701701
### Customization handlers
702702

703-
You may use the "customization" middleware to implement any other functionality.
703+
You may use the "customization" middleware to modify request and response and implement any other functionality.
704704

705705
'customization.beforeHandler' => function ($operation, $tableName, $request, $environment) {
706706
$environment->start = microtime(true);

0 commit comments

Comments
 (0)