mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Attempts to resolve issue with tests CI
This commit is contained in:
parent
0c02b836eb
commit
933e3bbf1f
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
run: php artisan storage:link
|
||||
|
||||
- name: Run Tests
|
||||
run: php artisan test --compact
|
||||
run: php artisan test
|
||||
|
||||
- name: Display Laravel Log
|
||||
if: failure()
|
||||
|
@ -11,7 +11,7 @@ use Livewire\Attributes\Locked;
|
||||
use Livewire\Attributes\On;
|
||||
use Livewire\Component;
|
||||
|
||||
class ManageOAuthConnections extends Component
|
||||
class ManageOauthConnections extends Component
|
||||
{
|
||||
use AuthorizesRequests;
|
||||
|
||||
@ -37,8 +37,6 @@ class ManageOAuthConnections extends Component
|
||||
*/
|
||||
public function mount(): void
|
||||
{
|
||||
$this->setName('profile.manage-oauth-connections');
|
||||
|
||||
$this->user = auth()->user();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user