From e00d8346fbabb43a4805b25699a691d8fee5e566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 10 Nov 2019 15:43:41 +0100 Subject: [PATCH] Timestamps --- docs/source/v2/features/timestamps.blade.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/v2/features/timestamps.blade.md b/docs/source/v2/features/timestamps.blade.md index a275e5b..c94fb15 100644 --- a/docs/source/v2/features/timestamps.blade.md +++ b/docs/source/v2/features/timestamps.blade.md @@ -9,4 +9,8 @@ section: content > To enable this feature, uncomment the `Stancl\Tenancy\Features\Timestamps::class` line in your `tenancy.features` config. -TODO +This `Feature` adds the following timestamps into the tenant storage: + +- `created_at` +- `updated_at` +- `deleted_at` - for soft deletes