Skip to content

Commit

Permalink
Replace using namespace Zend\Diactoros to Laminas\Diactoros (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0099 committed Jul 15, 2023
1 parent eefa087 commit 7f1d007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Providers/SteamAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
use Flarum\Settings\SettingsRepositoryInterface;
use Psr\Http\Message\ServerRequestInterface as Request;
use GuzzleHttp\Client as GuzzleClient;
use Zend\Diactoros\Response\RedirectResponse;
use Zend\Diactoros\Uri;
use Laminas\Diactoros\Response\RedirectResponse;
use Laminas\Diactoros\Uri;

/**
* Class SteamAuth
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/SteamAuthInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

use Illuminate\Support\Fluent;
use Psr\Http\Message\ServerRequestInterface as Request;
use Zend\Diactoros\Response\RedirectResponse;
use Laminas\Diactoros\Response\RedirectResponse;

/**
* Class SteamAuth
Expand Down

0 comments on commit 7f1d007

Please sign in to comment.