set_time_limit

This commit is contained in:
邓皓元 2019-01-14 15:44:08 +08:00
parent 806eba208a
commit b5eed0c637

View File

@ -12,6 +12,12 @@ class CustomExport implements FromQuery, WithHeadings, WithRows
{ {
use Exportable; use Exportable;
public function __construct()
{
set_time_limit(-1);
ini_set('memory_limit', '4096m');
}
/** /**
* @return Builder * @return Builder
*/ */