Changeset 6f7d3df for database/factories
- Timestamp:
- 10/25/21 00:00:47 (3 years ago)
- Branches:
- develop, master
- Children:
- 2279f71
- Parents:
- 495dd28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
database/factories/DepartmentFactory.php
r495dd28 r6f7d3df 27 27 public function definition() 28 28 { 29 $location = $this->faker->unique()->numberBetween(1 0, 10);29 $location = $this->faker->unique()->numberBetween(1, 10); 30 30 Storage::disk('uploads')->makeDirectory('Departments/' . $location); 31 31 return [
Note:
See TracChangeset
for help on using the changeset viewer.