diff --git a/app/Integrations/Core/Credits.php b/app/Integrations/Core/Credits.php index f9626062..e821c3b6 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 { /**