File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -206,10 +206,10 @@ public function getFiles(): array
206
206
'template ' => 'flutter/lib/models.dart.twig ' ,
207
207
],
208
208
[
209
- 'scope ' => 'default ' ,
210
- 'destination ' => '/lib/models.dart ' ,
211
- 'template ' => 'flutter/lib/models.dart.twig ' ,
212
- ],
209
+ 'scope ' => 'default ' ,
210
+ 'destination ' => '/lib/models.dart ' ,
211
+ 'template ' => 'flutter/lib/models.dart.twig ' ,
212
+ ],
213
213
[
214
214
'scope ' => 'default ' ,
215
215
'destination ' => '/lib/permission.dart ' ,
@@ -226,10 +226,10 @@ public function getFiles(): array
226
226
'template ' => 'flutter/lib/id.dart.twig ' ,
227
227
],
228
228
[
229
- 'scope ' => 'default ' ,
230
- 'destination ' => '/lib/query.dart ' ,
231
- 'template ' => 'flutter/lib/query.dart.twig ' ,
232
- ],
229
+ 'scope ' => 'default ' ,
230
+ 'destination ' => '/lib/query.dart ' ,
231
+ 'template ' => 'flutter/lib/query.dart.twig ' ,
232
+ ],
233
233
[
234
234
'scope ' => 'service ' ,
235
235
'destination ' => '/lib/services/{{service.name | caseDash}}.dart ' ,
You can’t perform that action at this time.
0 commit comments