From 2f7804b177b5bd64c45c5059c80fc65725d7ce61 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 4 Sep 2021 17:53:47 +1000 Subject: [PATCH] Document Factory --- database/factories/DocumentFactory.php | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 database/factories/DocumentFactory.php 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, + ]; + } +}