芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/facade/ignition/src/Commands/SolutionMakeCommand.php
option('runnable') ? __DIR__.'/stubs/runnable-solution.stub' : __DIR__.'/stubs/solution.stub'; } /** * Get the default namespace for the class. * * @param string $rootNamespace * @return string */ protected function getDefaultNamespace($rootNamespace) { return $rootNamespace.'\Solutions'; } /** * Get the console command options. * * @return array */ protected function getOptions() { return [ ['runnable', null, InputOption::VALUE_NONE, 'Create runnable solution'], ]; } }