From 19fd30d6d8ff4fa191d93276a5cdc4658eb0d747 Mon Sep 17 00:00:00 2001 From: prateek banga Date: Fri, 4 Aug 2023 15:01:26 +0530 Subject: [PATCH] fix lint issues --- app/config/scopes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/scopes.php b/app/config/scopes.php index fe9e258f83..f62090cdd5 100644 --- a/app/config/scopes.php +++ b/app/config/scopes.php @@ -105,5 +105,5 @@ return [ // List of publicly visible scopes ], 'targets.write' => [ 'description' => 'Access to create, update, and delete your project\'s targets', - ], + ], ];