Skip to content

Commit 6a532b3

Browse files
author
Holger Lösken
committed
Merge branch 'v3' of github.com:codedge/laravel-selfupdater into v3
2 parents 3ec844a + cbf55fd commit 6a532b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceRepositoryTypes/GithubRepositoryType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function update(Release $release): bool
7979

8080
protected function useBranchForVersions(): bool
8181
{
82-
return !empty($this->config['use_branch']);
82+
return ! empty($this->config['use_branch']);
8383
}
8484

8585
/**

0 commit comments

Comments
 (0)