Changeset d795fa6 for database/factories/DepartmentFactory.php
- Timestamp:
- 10/17/21 18:39:50 (3 years ago)
- Branches:
- develop, master
- Children:
- bd9e8e3
- Parents:
- 120759b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
database/factories/DepartmentFactory.php
r120759b rd795fa6 28 28 return [ 29 29 'id' => $this->faker->unique()->randomNumber(), 30 'name' => $this->faker-> domainName(),30 'name' => $this->faker->name(), 31 31 'code' => $location, 32 32 'location' => 'Departments/' . $location,
Note:
See TracChangeset
for help on using the changeset viewer.