Skip to content

Commit

Permalink
fix missing Str facade
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Jan 9, 2021
1 parent 346eff6 commit 936b9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Updater/GithubStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
namespace App\Updater;

use Humbug\SelfUpdate\Updater;
use Illuminate\Support\Str;
use LaravelZero\Framework\Components\Updater\Strategy\StrategyInterface;
use Str;

final class GithubStrategy extends \Humbug\SelfUpdate\Strategy\GithubStrategy implements StrategyInterface
{
Expand Down

0 comments on commit 936b9d3

Please sign in to comment.