Changeset 0a1fb54 for database/factories/DepartmentFactory.php
- Timestamp:
- 11/23/21 22:01:52 (3 years ago)
- Branches:
- master
- Children:
- dbc5976
- Parents:
- 4d73966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
database/factories/DepartmentFactory.php
r4d73966 r0a1fb54 28 28 { 29 29 $location = $this->faker->unique()->numberBetween(1, 10); 30 Storage::disk(' uploads')->makeDirectory('Departments/' . $location);30 Storage::disk('local')->makeDirectory('Departments/' . $location); 31 31 return [ 32 32 'name' => "Department" . ' ' . $this->faker->unique()->firstName(),
Note:
See TracChangeset
for help on using the changeset viewer.