From 681ef6fb2fb9494122dd197025f20a02be6f72b9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 19 Jun 2017 19:49:51 +0100 Subject: [PATCH] Fix typo --- app/Integrations/Core/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Integrations/Core/System.php b/app/Integrations/Core/System.php index ff54c48f..ccf5bb0c 100644 --- a/app/Integrations/Core/System.php +++ b/app/Integrations/Core/System.php @@ -42,7 +42,7 @@ class System implements SystemContract * Create a new system instance. * * @param \Illuminate\Contracts\Config\Repository $config - * @param \Illuminate\Contracts\Auth\Guard. $auth + * @param \Illuminate\Contracts\Auth\Guard $auth * * @return void */