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
  • app/Models/Department.php

    r6b95845 rc6b84df  
    2525    }
    2626
    27     public function document(){
    28         return $this->hasMany(Document::class);
     27    public function folder(){
     28        return $this->hasMany(Folder::class);
    2929    }
    3030}
Note: See TracChangeset for help on using the changeset viewer.