We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9488241 commit 292b1ccCopy full SHA for 292b1cc
README.md
@@ -203,7 +203,7 @@ use App\Filament\Resources\BlogResource\Api\Transformers\ExtraBlogColumnsTransfo
203
class BlogResource extends Resource
204
{
205
/**
206
- * @return array<string, string>
+ * @return array<string>
207
*/
208
public static function apiTransformers(): array
209
stubs/ResourceApiService.stub
@@ -10,14 +10,6 @@ class {{ apiServiceClass }} extends ApiService
10
11
protected static string | null $resource = {{ resourceClass }}::class;
12
13
- /**
14
15
- */
16
- public static function apiTransformers(): array
17
- {
18
- return [];
19
- }
20
-
21
public static function handlers() : array
22
23
return [
0 commit comments