Skip to content

Commit

Permalink
Merge pull request #38 from albinvar/dev
Browse files Browse the repository at this point in the history
change self-update strategy to github releases
  • Loading branch information
albinvar authored Feb 19, 2022
2 parents ae9ef96 + dad9d59 commit af01c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/updater.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use LaravelZero\Framework\Components\Updater\Strategy\GithubStrategy;
use LaravelZero\Framework\Components\Updater\Strategy\GitHubReleasesStrategy;

return [

Expand All @@ -15,6 +15,6 @@
|
*/

'strategy' => GithubStrategy::class,
'strategy' => GitHubReleasesStrategy::class,

];

0 comments on commit af01c6e

Please sign in to comment.