diff --git a/app/Console/Commands/AcarsReplay.php b/app/Console/Commands/AcarsReplay.php index 76b5a600..e52e2f27 100644 --- a/app/Console/Commands/AcarsReplay.php +++ b/app/Console/Commands/AcarsReplay.php @@ -169,7 +169,7 @@ class AcarsReplay extends Command * @var $flights Collection */ $flights = collect($files)->transform(function ($f) { - $file = storage_path('/replay/'.$f.'.json'); + $file = $f; if (file_exists($file)) { $this->info('Loading '.$file); $contents = file_get_contents($file);