Update to carbon 3

This commit is contained in:
DariusIII
2024-04-26 22:40:03 +02:00
parent 73f445af65
commit 77ee96bb9d
12 changed files with 143 additions and 71 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ try {
}
}
$colorCli->header('Running time: '.now()->diffInSeconds($start).' seconds');
$colorCli->header('Running time: '.now()->diffInSeconds($start, true).' seconds');
} catch (ErrorException $e) {
echo $e->getMessage();
}