Update FeatureTestCase.php
Fixed the formatting, so the function looks more clear
This commit is contained in:
parent
8f11ca9cdf
commit
fa880ac536
@ -40,11 +40,11 @@ abstract class FeatureTestCase extends TestCase
|
|||||||
{
|
{
|
||||||
if (!$user) {
|
if (!$user) {
|
||||||
$user = $this->user;
|
$user = $this->user;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$company) {
|
if (!$company) {
|
||||||
$company = $user->companies()->first();
|
$company = $user->companies()->first();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->startSession();
|
$this->startSession();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user