File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66
77class Publish extends BaseCommand
88{
9- protected $ group = 'Publication ' ;
10- protected $ name = 'assets:publish ' ;
11- protected $ description = "Scans for manifest files and publishes matching assets. " ;
9+ protected $ group = 'Publication ' ;
10+ protected $ name = 'assets:publish ' ;
11+ protected $ description = "Scans for manifest files and publishes matching assets. " ;
1212 protected $ usage = "assets:publish " ;
1313
14- public function run (array $ params )
15- {
16- helper ('inflector ' );
14+ public function run (array $ params )
15+ {
16+ helper ('inflector ' );
1717 $ manifests = Services::manifests ();
1818
1919 $ count = 0 ;
Original file line number Diff line number Diff line change 22
33return [
44 'unsupportedExtension ' => 'Unsupported file extension: "{0}" ' ,
5- 'invalidConfigItem ' => 'Invalid item detected in config: {0} ' ,
5+ 'invalidConfigItem ' => 'Invalid item detected in config: {0} ' ,
66];
You can’t perform that action at this time.
0 commit comments