Skip to content

Commit 6aaae1d

Browse files
committed
fix
1 parent a4661f1 commit 6aaae1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-assets/app/app/Providers/Filament/configure.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
use Filament\Panel;
44

5-
return function (Panel $panel) {
5+
return function (Panel $panel): void {
66
//
77
};

docs-assets/screenshots/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function configure(php = null) {
119119
120120
use Filament\\Panel;
121121
122-
return function (Panel $panel) {
122+
return function (Panel $panel): void {
123123
${php ?? '//'}
124124
};
125125
`,

0 commit comments

Comments
 (0)