fixd tests
This commit is contained in:
parent
78e6d8d5ac
commit
fc660473a9
@ -10,9 +10,9 @@ abstract class Factory extends BaseFactory
|
|||||||
{
|
{
|
||||||
use Jobs;
|
use Jobs;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct(...$arguments)
|
||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct(...$arguments);
|
||||||
|
|
||||||
$this->user = User::first();
|
$this->user = User::first();
|
||||||
$this->company = $this->user->companies()->first();
|
$this->company = $this->user->companies()->first();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user