This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "uuid-1", | |
"name": "Webprovise Corp", | |
"cost": 42389, | |
"children": [ | |
{ | |
"id": "uuid-2", | |
"name": "Stamm LLC", | |
"cost": 2587, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Support; | |
use Davidhsianturi\Compass\Authenticators\CredentialResult; | |
use Davidhsianturi\Compass\Authenticators\UserProvider; | |
use Davidhsianturi\Compass\Contracts\AuthenticatorRepository; | |
use Illuminate\Support\Arr; | |
use Illuminate\Support\Facades\Cache; |
OlderNewer