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', - ], + ], ];