refactor: Remove unused server timezone seeder and related code
This commit is contained in:
parent
3ec8556c5f
commit
182ddeefcb
1 changed files with 0 additions and 2 deletions
|
|
@ -64,8 +64,6 @@ public function dockerCleanupFrequency(): Attribute
|
|||
{
|
||||
return Attribute::make(
|
||||
set: function ($value) {
|
||||
ray($value);
|
||||
|
||||
return translate_cron_expression($value);
|
||||
},
|
||||
get: function ($value) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue