mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Various code cleanup.
This commit is contained in:
		| @@ -116,7 +116,7 @@ class HomeController extends Controller | ||||
|             } | ||||
|         } | ||||
|         // last few lines | ||||
|         $logContent = 'Truncated from this point <----|'.substr($logContent, -4096); | ||||
|         $logContent = 'Truncated from this point <----|' . substr($logContent, -4096); | ||||
|  | ||||
|         return view('debug', compact('phpVersion', 'extensions', 'carbon', 'now', 'drivers', 'currentDriver', 'userAgent', 'phpOs', 'interface', 'logContent')); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user