[admin] add username change log

This commit is contained in:
xiaomlove
2022-08-10 23:38:10 +08:00
parent c074b1e1ed
commit b539eff587
16 changed files with 204 additions and 17 deletions
+1 -3
View File
@@ -86,9 +86,7 @@ class Test extends Command
*/
public function handle()
{
$a = Carbon::parse('2022-08-06 23:08:03');
$b = $a->clone()->addHours(1);
dd($a, $b);
}