Skip to content

Commit 81d8571

Browse files
committed
cs
1 parent cf9d72e commit 81d8571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integration/Database/EloquentModelRelationAutoloadTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ public function testRelationAutoloadVariousNestedMorphRelations()
223223
DB::disableQueryLog();
224224
}
225225

226-
public function testRelationAutoLoadIsRetriedOnEventListeners() {
227-
226+
public function testRelationAutoLoadIsRetriedOnEventListeners()
227+
{
228228
Model::automaticallyEagerLoadRelationships();
229229

230230
DB::enableQueryLog();

0 commit comments

Comments
 (0)