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 4f48835 commit f535901Copy full SHA for f535901
Service/ExportService.php
@@ -99,7 +99,7 @@ public function exportIndex(
99
*/
100
protected function getFilePath($filename): string
101
{
102
- if ($filename{0} == '/' || strstr($filename, ':') !== false) {
+ if ($filename[0] == '/' || strstr($filename, ':') !== false) {
103
return $filename;
104
}
105
Service/ImportService.php
@@ -65,7 +65,7 @@ public function importIndex(
65
66
protected function getFilePath($filename)
67
68
69
70
71
0 commit comments