Commit f7cdb76f authored by Neo Ighodaro's avatar Neo Ighodaro

The bundle variable is not defined anywhere in the method scope.

parent 8004d482
...@@ -73,7 +73,7 @@ abstract class Provider { ...@@ -73,7 +73,7 @@ abstract class Provider {
// zip that was put in the storage directory. // zip that was put in the storage directory.
if ($remote === false) if ($remote === false)
{ {
throw new \Exception("Error downloading bundle [{$bundle}]."); throw new \Exception("Error downloading bundle.");
} }
return $remote; return $remote;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment