Skip to content

Commit 51e0201

Browse files
authored
Apply fixes from StyleCI (#75)
1 parent 91f81ee commit 51e0201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConsoleVaporClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ public function enableMaintenanceMode($projectId, $environment, $secret = null)
11591159
'post',
11601160
'/api/projects/'.$projectId.'/environments/'.$environment.'/maintenance-mode-deployments',
11611161
[
1162-
'secret' => $secret
1162+
'secret' => $secret,
11631163
]
11641164
);
11651165
}

0 commit comments

Comments
 (0)