Skip to content

Commit 0c10772

Browse files
committed
Merge branch 'main' of github.com:vormkracht10/backstage-uploadcare-field
2 parents 5d388d7 + c64c2fb commit 0c10772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ protected function setUp(): void
1313
parent::setUp();
1414

1515
Factory::guessFactoryNamesUsing(
16-
fn(string $modelName) => 'Vormkracht10\\UploadcareField\\Database\\Factories\\' . class_basename($modelName) . 'Factory'
16+
fn (string $modelName) => 'Vormkracht10\\UploadcareField\\Database\\Factories\\'.class_basename($modelName).'Factory'
1717
);
1818
}
1919

@@ -33,4 +33,4 @@ public function getEnvironmentSetUp($app)
3333
$migration->up();
3434
*/
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)