The bundle variable is not defined anywhere in the method scope.
This commit is contained in:
parent
8004d48256
commit
f7cdb76f36
|
@ -73,7 +73,7 @@ protected function download($url)
|
||||||
// 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;
|
||||||
|
|
Loading…
Reference in New Issue