Changeset ea7b12a for app/Models/Document.php
- Timestamp:
- 10/19/21 17:46:21 (3 years ago)
- Branches:
- develop, master
- Children:
- 6b95845
- Parents:
- b9c4a92
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Models/Document.php
rb9c4a92 rea7b12a 22 22 } 23 23 24 public function ago() {25 return Carbon::parse($this->created_at)->diffForHumans();26 }27 28 24 public function files() 29 25 {
Note:
See TracChangeset
for help on using the changeset viewer.