mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:54:03 +00:00
Update config key
This commit is contained in:
parent
e953b18eb3
commit
0edb751e26
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue