Remove deprecated sublime option (#976)

It has been marked as deprecated for 7 years (!) and the option isn't
used in the current code, i.e it does nothing.
This commit is contained in:
Markus Podar
2020-06-26 07:05:20 +02:00
committed by GitHub
parent 0531a58d24
commit e1940c25bc
-1
View File
@@ -172,7 +172,6 @@ class GeneratorCommand extends Command
array('write_mixins', "W", InputOption::VALUE_OPTIONAL, 'Write mixins to Laravel Model?', $writeMixins), array('write_mixins', "W", InputOption::VALUE_OPTIONAL, 'Write mixins to Laravel Model?', $writeMixins),
array('helpers', "H", InputOption::VALUE_NONE, 'Include the helper files'), array('helpers', "H", InputOption::VALUE_NONE, 'Include the helper files'),
array('memory', "M", InputOption::VALUE_NONE, 'Use sqlite memory driver'), array('memory', "M", InputOption::VALUE_NONE, 'Use sqlite memory driver'),
array('sublime', "S", InputOption::VALUE_NONE, 'DEPRECATED: Use different style for SublimeText CodeIntel'),
); );
} }
} }