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