diff --git a/database/factories/EmptyFactory.php b/database/factories/EmptyFactory.php new file mode 100644 index 0000000000..1f65f7e821 --- /dev/null +++ b/database/factories/EmptyFactory.php @@ -0,0 +1,12 @@ +define(Model::class, function (Faker $faker) { + return [ + // + ]; +});