Ignore:
Timestamp:
10/24/21 23:23:54 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
df6e9ec
Parents:
fa80fbe
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • database/seeders/DatabaseSeeder.php

    rfa80fbe r94f05dc  
    1818        $this->call(RolesPermissionsTableSeeder::class);
    1919        $this->call(UsersTableSeeder::class);
    20         //$this->call(DepartmentsTableSeeder::class);
     20        $this->call(DepartmentsTableSeeder::class);
    2121        $this->call(FileTypesTableSeeder::class);
    22         //$this->call(FoldersTableSeeder::class);
     22        $this->call(FoldersTableSeeder::class);
    2323        //$this->call(FilesTableSeeder::class);
    2424    }
Note: See TracChangeset for help on using the changeset viewer.