Remove whitespace

This commit is contained in:
James Cole 2023-09-03 18:00:07 +02:00
parent 60f0d8074a
commit a7cc70b975
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -123,6 +123,7 @@ class DebugController extends Controller
public function index(Request $request)
{
$table = $this->generateTable();
$table = str_replace(["\n", "\t", ' '], '', $table);
$now = now(config('app.timezone'))->format('Y-m-d H:i:s');
// get latest log file: