Skip to content

Commit

Permalink
add property annotations for auto timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredk2g committed Jul 6, 2021
1 parent 903262a commit 4ba83be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Traits/AutoTimestamps.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

/**
* Installs `created_at` and `updated_at` properties on the model.
*
* @property int $created_at
* @property int $updated_at
*/
trait AutoTimestamps
{
Expand Down

0 comments on commit 4ba83be

Please sign in to comment.