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 18daeb8 commit 79c7041Copy full SHA for 79c7041
composer.json
@@ -15,7 +15,7 @@
15
],
16
"autoload": {
17
"psr-4": {
18
- "Nubix\\LaravelNuke\\": "src/"
+ "Nubix\\LaravelNuke\\": "src/LaravelNuke/"
19
}
20
},
21
"extra": {
src/LaravelNuke/Console/Commands/NukeCommand.php
@@ -18,17 +18,7 @@ class NukeCommand extends Command
*
* @var string
*/
- protected $description = 'Command description';
22
-
23
- /**
24
- * Create a new command instance.
25
- *
26
- * @return void
27
- */
28
- public function __construct()
29
- {
30
- parent::__construct();
31
- }
+ protected $description = 'Clears application, view and config cache';
32
33
/**
34
* Execute the console command.
0 commit comments