PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
spatie
/
laravel-permission
/
src
<?php if (! function_exists('getModelForGuard')) { /** * @param string $guard * * @return string|null */ function getModelForGuard(string $guard) { return collect(config('auth.guards')) ->map(function ($guard) { if (! isset($guard['provider'])) { return; } return config("auth.providers.{$guard['provider']}.model"); })->get($guard); } }
[+]
..
[+]
Commands
[+]
Contracts
[+]
Exceptions
[-] Guard.php
[edit]
[+]
Middlewares
[+]
Models
[-] PermissionRegistrar.php
[edit]
[-] PermissionServiceProvider.php
[edit]
[+]
Traits
[-] WildcardPermission.php
[edit]
[-] helpers.php
[edit]
[-] .htaccess.disabled
[edit]