mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
Dashboard
This commit is contained in:
@@ -61,10 +61,8 @@ class Test extends Command
|
||||
// $r = $disk->put('/', base_path('composer.json'));
|
||||
// $r = DB::table('users')->where('id', 1)->update(['modcomment' => DB::raw("concat_ws(',', 'ddddd', modcomment)")]);
|
||||
|
||||
$yesterday = Carbon::parse('2021-05-16 13:30');
|
||||
$now = Carbon::parse(0);
|
||||
// $r = $yesterday->diffInSeconds($now);
|
||||
dd($now);
|
||||
$r = exec('uptime');
|
||||
dd($r);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user