Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Guardians of the Kretschmar Elock System
Doorcode
Commits
cc54ed65
Commit
cc54ed65
authored
Mar 05, 2020
by
Jacob Priddy
👌
Browse files
fix code styles
parent
04cf7431
Pipeline
#2791
passed with stages
in 1 minute and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/web/backend/tests/Feature/Api/Auth/AuthControllerTest.php
View file @
cc54ed65
...
...
@@ -3,7 +3,6 @@
namespace
Tests\Feature\Api\Auth
;
use
Tests\TestCase
;
use
Source\Entities\User
;
use
Source\Entities\Token
;
...
...
src/web/backend/tests/Feature/Api/Auth/UserAuthenticateUseCaseStub.php
View file @
cc54ed65
...
...
@@ -3,7 +3,6 @@
namespace
Tests\Feature\Api\Auth
;
use
Source\Entities\User
;
use
Source\Entities\Token
;
use
Source\UseCases\Users\Authenticate\Presenter
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment