We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e859354 commit 093d435Copy full SHA for 093d435
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "umbrellio/table_sync_php",
+ "name": "umbrellio/table-sync-php",
3
"description": "PHP's implementation of the library providing data synchronization between microservices",
4
"keywords": [
5
"php",
database/Laravel/factories/TestModelFactory.php
@@ -13,6 +13,6 @@
13
];
14
});
15
16
-$factory->define(TestModelWithExceptedFields::class, function (Faker $faker) use ($factory) {
+$factory->define(TestModelWithExceptedFields::class, function () use ($factory) {
17
return $factory->raw(TestModel::class);
18
0 commit comments