mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 03:08:11 +00:00
Remove whitespace
This commit is contained in:
@@ -123,6 +123,7 @@ class DebugController extends Controller
|
|||||||
public function index(Request $request)
|
public function index(Request $request)
|
||||||
{
|
{
|
||||||
$table = $this->generateTable();
|
$table = $this->generateTable();
|
||||||
|
$table = str_replace(["\n", "\t", ' '], '', $table);
|
||||||
$now = now(config('app.timezone'))->format('Y-m-d H:i:s');
|
$now = now(config('app.timezone'))->format('Y-m-d H:i:s');
|
||||||
|
|
||||||
// get latest log file:
|
// get latest log file:
|
||||||
|
Reference in New Issue
Block a user