Skip to content

Commit dd19708

Browse files
authored
Merge pull request #25 from calkeo/patch-1
Update strategy class names in standalone app docs
2 parents acd4acd + 80d235c commit dd19708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-a-standalone-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ Custom strategies must implement the following [`StrategyInterface` interface](h
104104
By default, a few strategies are provided in Laravel Zero:
105105

106106
- Download the PHAR file from the `builds/` directory on GitHub:
107-
`LaravelZero\Framework\Components\Updater\Strategy\GitHubStrategy`
107+
`LaravelZero\Framework\Components\Updater\Strategy\GithubStrategy`
108108
- Download the PHAR file from GitHub releases assets:
109-
`LaravelZero\Framework\Components\Updater\Strategy\GitHubReleasesStrategy`
109+
`LaravelZero\Framework\Components\Updater\Strategy\GithubReleasesStrategy`
110110
- Download the PHAR file from the `builds/` directory on GitLab:
111-
`LaravelZero\Framework\Components\Updater\Strategy\GitLabStrategy`
111+
`LaravelZero\Framework\Components\Updater\Strategy\GitlabStrategy`
112112

113113
To use a custom strategy, first publish the config using:
114114

0 commit comments

Comments
 (0)