mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-16 06:55:51 +00:00
Refactoring
This commit is contained in:
@@ -5,14 +5,17 @@ declare(strict_types=1);
|
||||
namespace Bitinflow\Accounts\Facades;
|
||||
|
||||
use Bitinflow\Accounts\BitinflowAccounts as BitinflowAccountsService;
|
||||
use Illuminate\Contracts\Auth\Authenticatable;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @author René Preuß <rene@preuss.io>
|
||||
* @method static string|static cookie(string $cookie = null)
|
||||
* @method static Authenticatable actingAs($user, $scopes = [], $guard = 'api')
|
||||
* @method static static withClientId(string $clientId): self
|
||||
* @method static string getClientSecret(): string
|
||||
*/
|
||||
class BitinflowAccounts extends Facade
|
||||
{
|
||||
|
||||
protected static function getFacadeAccessor()
|
||||
{
|
||||
return BitinflowAccountsService::class;
|
||||
|
||||
Reference in New Issue
Block a user