Changeset 6f7d3df for database


Ignore:
Timestamp:
10/25/21 00:00:47 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
2279f71
Parents:
495dd28
Message:

bug fixes

Location:
database
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • database/factories/DepartmentFactory.php

    r495dd28 r6f7d3df  
    2727    public function definition()
    2828    {
    29         $location = $this->faker->unique()->numberBetween(10, 10);
     29        $location = $this->faker->unique()->numberBetween(1, 10);
    3030        Storage::disk('uploads')->makeDirectory('Departments/' . $location);
    3131        return [
Note: See TracChangeset for help on using the changeset viewer.