芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/vendor/laravel/framework/src/Illuminate/Support/Carbon.php
getDateTime()); } /** * Dump the instance and end the script. * * @param mixed ...$args * @return never */ public function dd(...$args) { dd($this, ...$args); } /** * Dump the instance. * * @return $this */ public function dump() { dump($this); return $this; } }