Changeset b9c4a92 for database/seeders/DepartmentsTableSeeder.php
- Timestamp:
- 10/18/21 23:00:23 (3 years ago)
- Branches:
- develop, master
- Children:
- ea7b12a
- Parents:
- e6c1f87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
database/seeders/DepartmentsTableSeeder.php
re6c1f87 rb9c4a92 16 16 public function run() 17 17 { 18 Department::factory()->count( 25)->create();18 Department::factory()->count(10)->create(); 19 19 } 20 20 }
Note:
See TracChangeset
for help on using the changeset viewer.