Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2dab1e5

Browse files
committed
Merge branch '4.0'
2 parents 51d1084 + 733492c commit 2dab1e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Illuminate/Database/Eloquent/Model.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,11 +1420,11 @@ public function getQualifiedDeletedAtColumn()
14201420
/**
14211421
* Get a fresh timestamp for the model.
14221422
*
1423-
* @return DateTime
1423+
* @return Carbon
14241424
*/
14251425
public function freshTimestamp()
14261426
{
1427-
return new DateTime;
1427+
return new Carbon;
14281428
}
14291429

14301430
/**

0 commit comments

Comments
 (0)