From f61727f9c78ca2af8d151560d1260c023bd64a46 Mon Sep 17 00:00:00 2001 From: Lupacescu Eduard Date: Thu, 30 Jan 2020 05:09:40 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Traits/AuthorizableModels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Traits/AuthorizableModels.php b/src/Traits/AuthorizableModels.php index 8f3609556..b72454d0c 100644 --- a/src/Traits/AuthorizableModels.php +++ b/src/Traits/AuthorizableModels.php @@ -70,7 +70,7 @@ public static function authorizedToShowAny(Request $request) } /** - * Determine if the resource should be available for the given request ( + * Determine if the resource should be available for the given request (. * * @param \Illuminate\Http\Request $request * @return void