We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ac834 commit d4017d8Copy full SHA for d4017d8
src/Console/Commands/ListThemes.php
@@ -46,9 +46,9 @@ public function handle()
46
}
47
48
if (0 == count($this->themes)) {
49
- return $this->error("Your application doesn't have any theme.");
+ $this->error("Your application doesn't have any theme.");
50
+ } else {
51
+ $this->table($this->headers, $this->themes);
52
-
- $this->table($this->headers, $this->themes);
53
54
0 commit comments