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) {
|
||||
$user = $this->user;
|
||||
}
|
||||
}
|
||||
|
||||
if (!$company) {
|
||||
$company = $user->companies()->first();
|
||||
}
|
||||
}
|
||||
|
||||
$this->startSession();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user