From 51a5c239aa7fb808d79c7b73cc8f87be950ea7f2 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 7 Jun 2017 13:43:52 +0100 Subject: [PATCH] Add copyright --- app/Integrations/Core/Credits.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/Integrations/Core/Credits.php b/app/Integrations/Core/Credits.php index f96260624..e821c3b6f 100644 --- a/app/Integrations/Core/Credits.php +++ b/app/Integrations/Core/Credits.php @@ -16,6 +16,12 @@ use Exception; use GuzzleHttp\Client; use Illuminate\Contracts\Cache\Repository; +/** + * This is the credits class. + * + * @author Graham Campbell + * @author James Brooks + */ class Credits implements CreditsContract { /**