Commit 2ecd76a0 by Phạm Văn Đoan

tăng thời gian xử lý khi truy vấn data

parent 9f7d8336
......@@ -13,6 +13,7 @@ class ListenHistoryController extends Controller
public function __construct(ListenRepository $listenRepository)
{
ini_set('max_execution_time', -1);
$this->listenRepository = $listenRepository;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment