From b78a137194569cf078c8a8a016cf065e7606d40c Mon Sep 17 00:00:00 2001 From: Yoav Farhi Date: Sun, 12 May 2019 16:41:45 +0300 Subject: [PATCH] Fix wrong action name in comment --- src/Ebanx/Command/Zipcode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ebanx/Command/Zipcode.php b/src/Ebanx/Command/Zipcode.php index 73c3a03..dcf42f9 100644 --- a/src/Ebanx/Command/Zipcode.php +++ b/src/Ebanx/Command/Zipcode.php @@ -32,7 +32,7 @@ namespace Ebanx\Command; /** - * Command for the 'token' action + * Command for the 'zipcode' action * * @author Gustavo Henrique Mascarenhas Machado gustavo@ebanx.com */ @@ -60,4 +60,4 @@ protected function validate($validator) { $validator->validatePresence('zipcode'); } -} \ No newline at end of file +}