Commit ca942963 by Jason Lewis

Merge pull request #1197 from CreativityKills/bug/artisan-bundle-provider

Bug/artisan bundle provider
parents 8004d482 f0a2ffef
...@@ -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 the requested 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