mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove whitespace
This commit is contained in:
parent
60f0d8074a
commit
a7cc70b975
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user