From f5617abd9e2d7bf09fa39cb8e64f10edc6bfd59a Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 6 Dec 2015 18:13:22 +0000 Subject: [PATCH] Fixed typo --- app/Exceptions/AlreadySubscribedException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/AlreadySubscribedException.php b/app/Exceptions/AlreadySubscribedException.php index 6929051f..dacf00dc 100644 --- a/app/Exceptions/AlreadySubscribedException.php +++ b/app/Exceptions/AlreadySubscribedException.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace CachetHQ\Cachet\Exception; +namespace CachetHQ\Cachet\Exceptions; use Exception;