socialite provider
This commit is contained in:
@@ -4,7 +4,7 @@ namespace App\Providers;
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class EveOnlineServiceProvider2 extends ServiceProvider {
|
||||
class EveOnlineServiceProvider extends ServiceProvider {
|
||||
/**
|
||||
* Bootstrap any application services
|
||||
*
|
||||
|
||||
@@ -6,7 +6,7 @@ use Laravel\Socialite\Two\ProviderInterface;
|
||||
use Laravel\Socialite\Two\AbstractProvider;
|
||||
use Laravel\Socialite\Two\User;
|
||||
|
||||
class EveOnlineSocialiteProvider2 extends AbstractProvider implements ProviderInterface {
|
||||
class EveOnlineSocialiteProvider extends AbstractProvider implements ProviderInterface {
|
||||
protected $scopeSeparator = ' ';
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,7 +7,7 @@ use GuzzleHttp\Client;
|
||||
use Laravel\Socialite\Facades\Socialite;
|
||||
use Laravel\Socialite\Two\InvalidStateException;
|
||||
|
||||
trait EveAuth2 {
|
||||
trait EveAuth {
|
||||
protected $user;
|
||||
|
||||
public function login() {
|
||||
|
||||
@@ -155,7 +155,7 @@ return [
|
||||
Laravel\Socialite\SocialiteServiceProvider::class,
|
||||
Fx3costa\LaravelChartJs\Providers\ChartjsServiceProvider::class,
|
||||
ConsoleTVs\Charts\ChartsServiceProvider::class,
|
||||
App\Providers\EveOnlineServiceProvider2::class,
|
||||
App\Providers\EveOnlineServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
|
||||
Reference in New Issue
Block a user