Skip to content

Commit

Permalink
fix namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemilloy committed Jul 16, 2020
1 parent 18daeb8 commit 79c7041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"autoload": {
"psr-4": {
"Nubix\\LaravelNuke\\": "src/"
"Nubix\\LaravelNuke\\": "src/LaravelNuke/"
}
},
"extra": {
Expand Down
12 changes: 1 addition & 11 deletions src/LaravelNuke/Console/Commands/NukeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,7 @@ class NukeCommand extends Command
*
* @var string
*/
protected $description = 'Command description';

/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{
parent::__construct();
}
protected $description = 'Clears application, view and config cache';

/**
* Execute the console command.
Expand Down

0 comments on commit 79c7041

Please sign in to comment.