File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ Custom strategies must implement the following [`StrategyInterface` interface](h
104
104
By default, a few strategies are provided in Laravel Zero:
105
105
106
106
- Download the PHAR file from the ` builds/ ` directory on GitHub:
107
- ` LaravelZero\Framework\Components\Updater\Strategy\GitHubStrategy `
107
+ ` LaravelZero\Framework\Components\Updater\Strategy\GithubStrategy `
108
108
- Download the PHAR file from GitHub releases assets:
109
- ` LaravelZero\Framework\Components\Updater\Strategy\GitHubReleasesStrategy `
109
+ ` LaravelZero\Framework\Components\Updater\Strategy\GithubReleasesStrategy `
110
110
- Download the PHAR file from the ` builds/ ` directory on GitLab:
111
- ` LaravelZero\Framework\Components\Updater\Strategy\GitLabStrategy `
111
+ ` LaravelZero\Framework\Components\Updater\Strategy\GitlabStrategy `
112
112
113
113
To use a custom strategy, first publish the config using:
114
114
You can’t perform that action at this time.
0 commit comments