diff --git a/app/Console/Commands/Test.php b/app/Console/Commands/Test.php index a25e54ce..ab43adf2 100644 --- a/app/Console/Commands/Test.php +++ b/app/Console/Commands/Test.php @@ -78,12 +78,8 @@ class Test extends Command */ public function handle() { - $arr = [ - 'uid' => 1, - 'torrent_id' => 1, - 'action_type' => 'ban', - ]; - TorrentOperationLog::query()->create($arr); + $r = Carbon::parse(null); + dd($r); } diff --git a/include/constants.php b/include/constants.php index 14f62e18..1f49a6f8 100644 --- a/include/constants.php +++ b/include/constants.php @@ -1,6 +1,6 @@ format($format);