Changeset e742574 for database/factories/FolderFactory.php
- Timestamp:
- 10/24/21 13:29:32 (3 years ago)
- Branches:
- develop, master
- Children:
- cbd482b
- Parents:
- 43c2c15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
database/factories/FolderFactory.php
r43c2c15 re742574 40 40 'note' => "This a note field", 41 41 'location' => $location, 42 'user_id' => $this->faker->numberBetween('1', '2'),42 'user_id' => 1, 43 43 'department_id' => $deptId, 44 44 'is_important' => $this->faker->boolean,
Note:
See TracChangeset
for help on using the changeset viewer.