Skip to content

Commit d1bc31f

Browse files
limenetactions-user
authored andcommitted
Fix styling
1 parent 3ffb613 commit d1bc31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IndexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function document_to_model()
4343
Customer::all()
4444
->each(function (Customer $customer):void {
4545
$document = $customer->toElasticaDocument($this->customerIndex);
46-
$model =$this->customerIndex->getModelInstance($document);
46+
$model = $this->customerIndex->getModelInstance($document);
4747
$this->assertInstanceOf(Customer::class, $model);
4848
$this->assertSame($customer->id, $model->id);
4949
});

0 commit comments

Comments
 (0)