Changeset 0df7a93 for app/Models/Department.php
- Timestamp:
- 10/24/21 20:55:11 (3 years ago)
- Branches:
- develop, master
- Children:
- 7043def
- Parents:
- e0d3f94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Models/Department.php
re0d3f94 r0df7a93 28 28 return $this->hasMany(Folder::class); 29 29 } 30 31 // public function getDeptId(){ 32 // return Department::where('id', $this->id)->get(); 33 // } 30 34 }
Note:
See TracChangeset
for help on using the changeset viewer.