From f56048794b85ed0f45a3b1e0e5ebb027ed4f056e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 1 Nov 2016 09:57:45 -0500 Subject: [PATCH] formatting --- eloquent.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/eloquent.md b/eloquent.md index dfeb604e2b..da0a185a86 100644 --- a/eloquent.md +++ b/eloquent.md @@ -125,24 +125,13 @@ If you need to customize the format of your timestamps, set the `$dateFormat` pr protected $dateFormat = 'U'; } -If you need to use a different name for the `created_at` and `updated_at` fields in your table, set the `CREATED_AT` and `UPDATED_AT` constants in your model: +If you need to customize the names of the columns used to store the timestamps, you may set the `CREATED_AT` and `UPDATED_AT` constants in your model: