Update FeatureTestCase.php

Fixed the formatting, so the function looks more clear
This commit is contained in:
naneri 2019-03-11 22:56:56 +06:00 committed by GitHub
parent 8f11ca9cdf
commit fa880ac536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,11 +40,11 @@ abstract class FeatureTestCase extends TestCase
{
if (!$user) {
$user = $this->user;
}
}
if (!$company) {
$company = $user->companies()->first();
}
}
$this->startSession();