Skip to content

Commit

Permalink
Fixed scrutinizer issue (#3)
Browse files Browse the repository at this point in the history
* Fixed scrutinizer issue
* Updated composer.json: fixed repo name
  • Loading branch information
pvsaintpe committed Dec 26, 2020
1 parent e859354 commit 093d435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "umbrellio/table_sync_php",
"name": "umbrellio/table-sync-php",
"description": "PHP's implementation of the library providing data synchronization between microservices",
"keywords": [
"php",
Expand Down
2 changes: 1 addition & 1 deletion database/Laravel/factories/TestModelFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
];
});

$factory->define(TestModelWithExceptedFields::class, function (Faker $faker) use ($factory) {
$factory->define(TestModelWithExceptedFields::class, function () use ($factory) {
return $factory->raw(TestModel::class);
});

0 comments on commit 093d435

Please sign in to comment.