Skip to content

Commit

Permalink
fixing use of RedirectResponse class
Browse files Browse the repository at this point in the history
  • Loading branch information
df-arif committed Feb 1, 2016
1 parent 90a3046 commit b4bfaff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/DfOAuthOneProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace DreamFactory\Core\OAuth\Components;

use League\OAuth1\Client\Credentials\TemporaryCredentials;
use Illuminate\Http\RedirectResponse;
use Symfony\Component\HttpFoundation\RedirectResponse;

trait DfOAuthOneProvider
{
Expand Down
1 change: 0 additions & 1 deletion src/Services/BaseOAuthService.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use DreamFactory\Library\Utility\Enums\Verbs;
use DreamFactory\Library\Utility\ArrayUtils;
use DreamFactory\Core\Services\BaseRestService;
use DreamFactory\Core\Utility\ServiceHandler;
use DreamFactory\Core\Utility\Session;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Laravel\Socialite\Contracts\Provider;
Expand Down

0 comments on commit b4bfaff

Please sign in to comment.