Ignore:
Timestamp:
10/23/21 04:03:46 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
b39afb5
Parents:
c6b84df
Message:

bug fixes, edited export, added fileSeeder for DB testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Models/Department.php

    rc6b84df r4b7e2d3  
    1414    protected $table = "departments";
    1515
    16     protected $fillable = ["name", "code", "location", "user_id"];
     16    protected $fillable = ["name", "code", "location", "user_id", "no_of_folders"];
    1717
    1818    protected $casts = [
Note: See TracChangeset for help on using the changeset viewer.