@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user