mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-16 05:21:25 +00:00
Standardised facade usage to use via their FQCN
Done via Laravel Shift Workbench
This commit is contained in:
parent
ffdfdc7449
commit
c32b315cd7
15 changed files with 18 additions and 18 deletions
tests/Auth
|
@ -6,9 +6,9 @@ use BookStack\Auth\Access\UserInviteService;
|
|||
use BookStack\Auth\User;
|
||||
use BookStack\Notifications\UserInvite;
|
||||
use Carbon\Carbon;
|
||||
use DB;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Str;
|
||||
use Notification;
|
||||
use Illuminate\Support\Facades\Notification;
|
||||
use Tests\TestCase;
|
||||
|
||||
class UserInviteTest extends TestCase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue