Skip to content

Instantly share code, notes, and snippets.

View hajtuJ's full-sized avatar
:octocat:
Nice to meet You :)

Sebastian Bolek hajtuJ

:octocat:
Nice to meet You :)
View GitHub Profile
<?php
namespace App\Providers;
use App\Auth\TenantUserProvider;
use App\Extensions\AccessTokenGuard;
use App\Extensions\TokenToUserProvider;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;