Skip to content

Commit 79c7041

Browse files
committed
fix namespacing
1 parent 18daeb8 commit 79c7041

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"autoload": {
1717
"psr-4": {
18-
"Nubix\\LaravelNuke\\": "src/"
18+
"Nubix\\LaravelNuke\\": "src/LaravelNuke/"
1919
}
2020
},
2121
"extra": {

src/LaravelNuke/Console/Commands/NukeCommand.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,7 @@ class NukeCommand extends Command
1818
*
1919
* @var string
2020
*/
21-
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-
}
21+
protected $description = 'Clears application, view and config cache';
3222

3323
/**
3424
* Execute the console command.

0 commit comments

Comments
 (0)