Skip to content

Commit 58bc5df

Browse files
committed
FUNDING github
1 parent 73b3d4d commit 58bc5df

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: ['https://idpay.ir/laravelir']

src/Traits/HasTimestamps.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ public function deletedAt($format = null): Carbon
2020
{
2121
return $format ? $this->deleted_at : Carbon::parse($this->deleted_at)->format($format);
2222
}
23+
24+
2325
}

0 commit comments

Comments
 (0)