From 79c7041cb13d2e60e07edbf6426c7b16cbdc0355 Mon Sep 17 00:00:00 2001 From: Kyle Millloy Date: Thu, 16 Jul 2020 14:58:59 -0600 Subject: [PATCH] fix namespacing --- composer.json | 2 +- src/LaravelNuke/Console/Commands/NukeCommand.php | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 906cc2f..6829d40 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "autoload": { "psr-4": { - "Nubix\\LaravelNuke\\": "src/" + "Nubix\\LaravelNuke\\": "src/LaravelNuke/" } }, "extra": { diff --git a/src/LaravelNuke/Console/Commands/NukeCommand.php b/src/LaravelNuke/Console/Commands/NukeCommand.php index ae03a03..21314d4 100644 --- a/src/LaravelNuke/Console/Commands/NukeCommand.php +++ b/src/LaravelNuke/Console/Commands/NukeCommand.php @@ -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.