There was an error while loading. Please reload this page.
1 parent 73b3d4d commit 58bc5dfCopy full SHA for 58bc5df
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+custom: ['https://idpay.ir/laravelir']
src/Traits/HasTimestamps.php
@@ -20,4 +20,6 @@ public function deletedAt($format = null): Carbon
20
{
21
return $format ? $this->deleted_at : Carbon::parse($this->deleted_at)->format($format);
22
}
23
+
24
25
0 commit comments