diff --git a/database/factories/DocumentFactory.php b/database/factories/DocumentFactory.php new file mode 100644 index 000000000000..60acb09af250 --- /dev/null +++ b/database/factories/DocumentFactory.php @@ -0,0 +1,39 @@ + true, + 'is_public' => true, + 'name' => true, + ]; + } +}