improve claim + horizon instead queue:work

This commit is contained in:
xiaomlove
2025-05-04 00:00:41 +07:00
parent 9208ef6c5a
commit 9f3730b9ac
11 changed files with 577 additions and 71 deletions
+4 -1
View File
@@ -2,6 +2,7 @@
namespace App\Console\Commands;
use App\Jobs\SettleClaim;
use App\Models\ExamUser;
use App\Models\Language;
use App\Models\PersonalAccessToken;
@@ -56,7 +57,9 @@ class Test extends Command
*/
public function handle()
{
Language::updateTransStatus();
$a = [1,2,3];
$b = array_slice($a, 0, 2);
dd($a, $b);
}
}