Skip to content

Commit 6ab9d4c

Browse files
arukompasgithub-actions[bot]
authored andcommitted
Fix styling
1 parent b83e185 commit 6ab9d4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Feature/Authorization/ApiAuthenticationTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
if (! $request->hasSession() || ! $request->session()->isStarted()) {
3636
return false;
3737
}
38+
3839
return true;
3940
});
4041

@@ -91,6 +92,7 @@
9192
if (! $request->hasSession() || ! $request->session()->isStarted()) {
9293
return false;
9394
}
95+
9496
return true;
9597
});
9698

@@ -113,6 +115,7 @@
113115
if (! $request->hasSession() || ! $request->session()->isStarted()) {
114116
return false;
115117
}
118+
116119
return true;
117120
});
118121

0 commit comments

Comments
 (0)