Skip to content

Commit f7cdb76

Browse files
author
Neo Ighodaro
committed
The bundle variable is not defined anywhere in the method scope.
1 parent 8004d48 commit f7cdb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/cli/tasks/bundle/providers/provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ protected function download($url)
7373
// zip that was put in the storage directory.
7474
if ($remote === false)
7575
{
76-
throw new \Exception("Error downloading bundle [{$bundle}].");
76+
throw new \Exception("Error downloading bundle.");
7777
}
7878

7979
return $remote;

0 commit comments

Comments
 (0)