We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba090f commit c0a99d6Copy full SHA for c0a99d6
app/Http/Controllers/ReportsController.php
@@ -444,7 +444,7 @@ public function postCustom(CustomAssetReportRequest $request) : StreamedResponse
444
//U+00EE is circumflex in model name
445
//why is the same character a value of 2 off of each other?
446
//why are we all getting different outputs for this emdash?
447
- //holy shit, exporting and opening with a text editor doesn't fuck it up? so its NOT on export. It's an Excel problem.
+ //exporting and opening with a text editor doesn't fuck it up? so its NOT on export. It's an Excel problem.
448
449
$header = [];
450
0 commit comments