Ignore:
Timestamp:
10/21/21 23:45:59 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
4b7e2d3
Parents:
6b95845
Message:

added fileTypes controller, notifications, excel export, edited views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • database/seeders/DatabaseSeeder.php

    r6b95845 rc6b84df  
    1919        $this->call(UsersTableSeeder::class);
    2020        $this->call(DepartmentsTableSeeder::class);
    21         //$this->call(DocumentsTableSeeder::class);
     21        $this->call(FileTypeSeeder::class);
     22        $this->call(FoldersTableSeeder::class);
    2223    }
    2324}
Note: See TracChangeset for help on using the changeset viewer.