1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 23:34:03 +00:00

Update config key

This commit is contained in:
Samuel Štancl 2019-11-06 18:02:12 +01:00 committed by GitHub
parent e953b18eb3
commit 0edb751e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ class Timestamps implements Feature
{ {
// Add this key to your tenancy.php config if you need to change the format. // Add this key to your tenancy.php config if you need to change the format.
return Date::now()->format( return Date::now()->format(
$this->config->get('tenancy.features.timestamps.format') ?? 'c' // ISO 8601 $this->config->get('tenancy.timestamp_format') ?? 'c' // ISO 8601
); );
} }
} }