From 607b8ca0e7009a70d60930f85bc53bb66b9f7393 Mon Sep 17 00:00:00 2001 From: odan Date: Sun, 28 Feb 2016 02:29:35 +0100 Subject: [PATCH] Update Luhn.php --- src/Algorithm/Luhn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Algorithm/Luhn.php b/src/Algorithm/Luhn.php index 9139478..ee92bf0 100644 --- a/src/Algorithm/Luhn.php +++ b/src/Algorithm/Luhn.php @@ -17,7 +17,7 @@ * @link https://github.com/odan/luhn */ -namespace Odan\Algorithm; +namespace Odan\Luhn; class Luhn {