Skip to content

Commit 31e8758

Browse files
authored
Merge pull request #1 from smeedijzer-internet/patch-1
Fix syntax error
2 parents 59a959c + 0adae46 commit 31e8758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function palette($color = null)
5555
$value['slug'] => array_merge($value, [
5656
'text' => sprintf('has-text-color has-%s-color', $value['slug']),
5757
'background' => sprintf('has-background has-%s-background-color', $value['slug']),
58-
]);
58+
])
5959
]);
6060
}
6161

0 commit comments

Comments
 (0)