芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/hamcrest/UseCommand.php
argument('module')); if (!$this->laravel['modules']->has($module)) { $this->error("Module [{$module}] does not exists."); return E_ERROR; } $this->laravel['modules']->setUsed($module); $this->info("Module [{$module}] used successfully."); return 0; } /** * Get the console command arguments. * * @return array */ protected function getArguments() { return [ ['module', InputArgument::REQUIRED, 'The name of module will be used.'], ]; } }