Changeset c6b84df for app/Models/Department.php
- Timestamp:
- 10/21/21 23:45:59 (3 years ago)
- Branches:
- develop, master
- Children:
- 4b7e2d3
- Parents:
- 6b95845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Models/Department.php
r6b95845 rc6b84df 25 25 } 26 26 27 public function document(){28 return $this->hasMany( Document::class);27 public function folder(){ 28 return $this->hasMany(Folder::class); 29 29 } 30 30 }
Note:
See TracChangeset
for help on using the changeset viewer.