Skip to content

Commit afa2c41

Browse files
committed
Fix deprecated message
1 parent bfd0131 commit afa2c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataCollector/ViewCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,6 @@ public function collect()
177177
*/
178178
protected function replaceSitesPath($filePath)
179179
{
180-
return str_replace(config('debugbar.remote_sites_path'), config('debugbar.local_sites_path'), $filePath);
180+
return str_replace(config('debugbar.remote_sites_path') ?: '', config('debugbar.local_sites_path') ?: '', $filePath);
181181
}
182182
}

0 commit comments

Comments
 (0)