input('seller'), 'MY', $category) ->onQueue('default') ->onConnection('default'); } public function gen(Request $request) { $shopee_seller_scrape = ShopeeSellerScrape::find(6); $task = GenerateShopeeAIArticleTask::handle($shopee_seller_scrape); dd($task); } }