Skip to content

Commit 3a92113

Browse files
committed
StyleCi
1 parent 3de57df commit 3a92113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Repositories/VariableRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function create($option, array $data)
4848
$option = ServiceOption::select('id')->findOrFail($option);
4949

5050
// If there is not a rules present let's populate it with the default/placeholder value.
51-
if(!array_key_exists('rules',$data) || empty($data['rules'])){
51+
if (! array_key_exists('rules', $data) || empty($data['rules'])) {
5252
$data['rules'] = 'required|string|max:20';
5353
}
5454

0 commit comments

Comments
 (0)