Leonardo Moyses
Results
2
comments of
Leonardo Moyses
Now also allows for a message to be added to the PIX payment request.
Find `/vendor/pragmarx/datatables/src/Bllim/Datatables/Datatables.php` and change line 67 from `$this->setData($this->processData(Input:get()));` to `$this->setData($this->processData(Request::input()));` and then add `use Illuminate\Support\Facades\Request;` at the top of the file.