Ignore:
Timestamp:
11/23/21 22:01:52 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Children:
dbc5976
Parents:
4d73966
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • database/factories/DepartmentFactory.php

    r4d73966 r0a1fb54  
    2828    {
    2929        $location = $this->faker->unique()->numberBetween(1, 10);
    30         Storage::disk('uploads')->makeDirectory('Departments/' . $location);
     30        Storage::disk('local')->makeDirectory('Departments/' . $location);
    3131        return [
    3232            'name' => "Department" . ' ' . $this->faker->unique()->firstName(),
Note: See TracChangeset for help on using the changeset viewer.