Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Mar 28, 2024
1 parent bd1a5fa commit c6e096a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"App\\": "vendor/orchestra/testbench-core/laravel/app/",
"Database\\Factories\\": "vendor/orchestra/testbench-core/laravel/database/factories/",
"Database\\Seeders\\": "vendor/orchestra/testbench-core/laravel/database/seeders/",
"Domain\\": "vendor/orchestra/testbench-core/laravel/src/Domain/",
"TestDomain\\": "tests/Fixtures/Domain"
"Domain\\": "vendor/orchestra/testbench-core/laravel/src/Domain/"
}
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

class VanillaModelFactory extends Factory
{
// protected $model = Driver::class;

public function definition()
{
return [];
Expand Down

0 comments on commit c6e096a

Please sign in to comment.