From a5a949eaee1a17e47663de8d1fec1c8b438be9e6 Mon Sep 17 00:00:00 2001 From: Matthew Poulter Date: Tue, 6 Apr 2021 13:24:36 +0200 Subject: [PATCH] Update credits. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a1c77..e56019d 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ class Example extends Resource new EnumFilter('user_permissions', UserPermissions::class), - // Or with optional filter name: + // With optional filter name: (new EnumFilter('user_type', UserType::class)) ->name('Type of user'), @@ -188,6 +188,7 @@ Please review [our security policy](../../security/policy) on how to report secu - [Ben Sampson](https://github.com/BenSampo) - [atymic](https://github.com/atymic) - [Robin D'Arcy](https://github.com/rdarcy1) +- [Antoni Siek](https://github.com/ImJustToNy) - [All Contributors](../../contributors) Package skeleton based on [spatie/skeleton-php](https://github.com/spatie/skeleton-php).