From e47f15c9fa0e322b281f451ea5d36e7cc3c1f650 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 29 Apr 2013 13:19:25 +0200 Subject: [PATCH] Hide onlyExtend for sublime Since the way Sublime files are created has changed, this is not needed anymore. --- src/Barryvdh/LaravelIdeHelper/GeneratorCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Barryvdh/LaravelIdeHelper/GeneratorCommand.php b/src/Barryvdh/LaravelIdeHelper/GeneratorCommand.php index 558558d..c7f2e77 100644 --- a/src/Barryvdh/LaravelIdeHelper/GeneratorCommand.php +++ b/src/Barryvdh/LaravelIdeHelper/GeneratorCommand.php @@ -165,7 +165,7 @@ namespace {\n\tdie('Only to be used as an helper for your IDE');\n}\n\n"; } $output .= "\t/**\n\t * @var \\$root \$root\n\t */\n\t static private \$root;\n\n"; - if(!in_array($alias, $onlyExtend) || $sublime) + if(!in_array($alias, $onlyExtend)) { $methods = $d->getMethods(); if($methods)