From 90a31b412f3994b03b4f55e4fc74ef88c3057b2f Mon Sep 17 00:00:00 2001 From: repat Date: Fri, 5 Apr 2019 17:32:25 +0200 Subject: [PATCH] Minor Fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffdca57..9d97708 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ str_remove('foobar42', 42); * `HTTP_1_0_VERBS`: [get, head, post] * `HTTP_1_1_VERBS`: [get, head, post, connect, delete, options, put, trace] * `HTTP_VERBS`: [get, head, post, connect, delete, options, put, trace, patch] -* `HTTP_VERBS_LARAVEL`: [get, head, post, delete, options, put, patch] +* `HTTP_VERBS_LARAVEL`: [all, get, head, post, delete, options, put, patch] * `REGEX_WORD_BOUNDARY`: \\b * `REGEX_IMG_BASE64_SRC`: Regular Expression used to find a base64 encoded image in HTML text * `REGEX_IMG_BASE64_REPLACE`: Regular Expression used to replace a base64 encoded image in HTML text