mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-19 00:15:52 +00:00
change namespace and cleanup code
This commit is contained in:
4
AUTH.md
4
AUTH.md
@@ -3,8 +3,8 @@
|
||||
This method should typically be called in the `boot` method of your `AuthServiceProvider` class:
|
||||
|
||||
```php
|
||||
use GhostZero\BitinflowAccounts\BitinflowAccounts;
|
||||
use GhostZero\BitinflowAccounts\Providers\BitinflowAccountsSsoUserProvider;
|
||||
use Bitinflow\Accounts\BitinflowAccounts;
|
||||
use Bitinflow\Accounts\Providers\BitinflowAccountsSsoUserProvider;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user