limit change user name interval

This commit is contained in:
xiaomlove
2022-08-11 22:55:17 +08:00
parent 83cadfe77c
commit 1d5d53a123
7 changed files with 19 additions and 1 deletions
+3 -1
View File
@@ -86,7 +86,9 @@ class Test extends Command
*/
public function handle()
{
$time = Carbon::parse('2022-08-10');
$r = $time->diffInDays();
dd($r);
}