Mild code cleanup.

This commit is contained in:
James Cole
2023-08-26 18:42:18 +02:00
parent 63297c43b7
commit 66cc3f48bc
10 changed files with 85 additions and 79 deletions

View File

@@ -302,7 +302,7 @@ class TransactionGroupTransformer extends AbstractTransformer
if (null === $string) {
return null;
}
// Log::debug(sprintf('Now in date("%s")', $string));
// Log::debug(sprintf('Now in date("%s")', $string));
if (10 === strlen($string)) {
return Carbon::createFromFormat('Y-m-d', $string, config('app.timezone'));
}