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