Change die (no more namespace)

This commit is contained in:
Barry vd. Heuvel
2013-06-22 12:58:23 +02:00
parent e8b1c367d0
commit fedae6542b
@@ -132,7 +132,7 @@ class GeneratorCommand extends Command {
*
* @author Barry vd. Heuvel <[email protected]>
*/
namespace {\n\tdie('Only to be used as an helper for your IDE');\n}\n\n";
exit('Only to be used as an helper for your IDE');\n\n";
//Get all aliases
$aliases = $aliasLoader->getAliases();