File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ class LangService extends Command
1313 public $ doAppend = false ;
1414
1515 public $ viewsFilesCount = 0 ;
16- public $ viewsKeysCount = 0 ;
17- public $ appFilesCount = 0 ;
18- public $ appKeysCount = 0 ;
19- public $ customFilesCount = 0 ;
20- public $ customKeysCount = 0 ;
21-
22- public $ path ;
23- public $ files = [];
24- public $ translationsKeys = [];
25-
26- public $ fileType = 'array ' ;
27- public $ fileName = 'lang ' ;
28- public $ languages = ['en ' ];
16+ public $ viewsKeysCount = 0 ;
17+ public $ appFilesCount = 0 ;
18+ public $ appKeysCount = 0 ;
19+ public $ customFilesCount = 0 ;
20+ public $ customKeysCount = 0 ;
21+
22+ public $ path ;
23+ public $ files = [];
24+ public $ translationsKeys = [];
25+
26+ public $ fileType = 'array ' ;
27+ public $ fileName = 'lang ' ;
28+ public $ languages = ['en ' ];
2929
3030 public $ output ;
3131
You can’t perform that action at this time.
0 commit comments