芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/symfony/InterfaceMakeCommand.php
$rootNamespace.'\\Contracts', is_dir(app_path('Interfaces')) => $rootNamespace.'\\Interfaces', default => $rootNamespace, }; } /** * Get the console command arguments. * * @return array */ protected function getOptions() { return [ ['force', 'f', InputOption::VALUE_NONE, 'Create the interface even if the interface already exists'], ]; } }