Skip to content

Commit 483efc1

Browse files
committed
Use GitHub releases for the self-updater
1 parent 43ebe09 commit 483efc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/updater.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use LaravelZero\Framework\Components\Updater\Strategy\GithubStrategy;
3+
use LaravelZero\Framework\Components\Updater\Strategy\GithubReleasesStrategy;
44

55
return [
66

@@ -15,6 +15,6 @@
1515
|
1616
*/
1717

18-
'strategy' => GithubStrategy::class,
18+
'strategy' => GithubReleasesStrategy::class,
1919

2020
];

0 commit comments

Comments
 (0)