Skip to content

Commit 2cf71bc

Browse files
committed
build the assets.
1 parent d8e1e5d commit 2cf71bc

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

packages/Webkul/Admin/src/Http/Controllers/Settings/SettingController.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ public function search(): ?JsonResponse
3939

4040
/**
4141
* Recursively search through menu items and children.
42+
*
43+
* @param Collection<int, MenuItem> $menuItems
44+
* @param string $query
45+
* @return Collection<int, array<string, mixed>>
4246
*/
4347
protected function searchMenuItems(Collection $menuItems, string $query): Collection
4448
{
@@ -85,7 +89,7 @@ protected function matchesQuery(MenuItem $item, string $query): bool
8589
/**
8690
* Get the settings configuration.
8791
*/
88-
protected function getSettingsConfig()
92+
protected function getSettingsConfig(): Collection
8993
{
9094
return menu()
9195
->getItems('admin')

public/admin/build/assets/app-BMDp4uzd.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/admin/build/assets/app-DlLpi_4y.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"isDynamicEntry": true
265265
},
266266
"src/Resources/assets/css/app.css": {
267-
"file": "assets/app-BMDp4uzd.css",
267+
"file": "assets/app-DlLpi_4y.css",
268268
"src": "src/Resources/assets/css/app.css",
269269
"isEntry": true
270270
},

0 commit comments

Comments
 (0)