mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
improve claim settle
This commit is contained in:
@@ -127,7 +127,7 @@ class Test extends Command
|
||||
// $r = $rep->getContinuousPoints(11);
|
||||
|
||||
$arr = [1,2];
|
||||
$r = collect($arr)->map(fn($item) => $item * 2)->implode(',');
|
||||
$r = Carbon::now()->format('d');
|
||||
dd($r, $arr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user