File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131
3232 'sorting ' => [
3333 'price ' => [
34- 'asc ' => 'Prijs oplopend ' ,
34+ 'asc ' => 'Prijs oplopend ' ,
3535 'desc ' => 'Prijs aflopend ' ,
3636 ],
3737 'name ' => [
38- 'asc ' => 'Naam A-Z ' ,
38+ 'asc ' => 'Naam A-Z ' ,
3939 'desc ' => 'Naam Z-A ' ,
4040 ],
4141 ],
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ protected function bootPublishables(): self
123123 // by default and; you should keep everyting in one place: /lang/nl.json
124124 foreach (['en ' , 'nl ' ] as $ lang ) {
125125 $ this ->publishes ([
126- __DIR__ . '/../lang/ ' . $ lang . '/frontend.php ' => lang_path ('vendor/rapidez/ ' . $ lang .'/frontend.php ' ),
126+ __DIR__ . '/../lang/ ' . $ lang . '/frontend.php ' => lang_path ('vendor/rapidez/ ' . $ lang . '/frontend.php ' ),
127127 ], 'rapidez-translations ' );
128128 }
129129
You can’t perform that action at this time.
0 commit comments