Skip to content

Commit ab06fd2

Browse files
committed
Make rebuildFromVcs function public.
1 parent c7f3700 commit ab06fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Env/CodeRebuildCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function rebuild(
7171
/**
7272
* Rebuild from latest vcs event.
7373
*/
74-
protected function rebuildFromVcs(string $site_id, string $env)
74+
public function rebuildFromVcs(string $site_id, string $env)
7575
{
7676
$path = sprintf("%s/vcs/v1/site-details/%s/environments/%s/rebuild", $this->getBaseURI(), $site_id, $env);
7777
$response = $this->request()->request($path, [

0 commit comments

Comments
 (0)