whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Commands
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/nwidart/laravel-modules/src/Commands/UnUseCommand.php
<?php namespace Nwidart\Modules\Commands; use Illuminate\Console\Command; class UnUseCommand extends Command { /** * The console command name. * * @var string */ protected $name = 'module:unuse'; /** * The console command description. * * @var string */ protected $description = 'Forget the used module with module:use'; /** * Execute the console command. */ public function handle(): int { $this->laravel['modules']->forgetUsed(); $this->components->info('Previous module used successfully forgotten.'); return 0; } }
Copyright ©2021 || Defacer Indonesia