Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
celia514 committed Jul 24, 2024
1 parent 1bb9b4d commit 7f41ef8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/FilamentScaffoldServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@ protected function getAssetPackageName(): ?string
{
return 'solution-forest/filament-scaffold';
}

/**
* @return array<Asset>
*/
protected function getAssets(): array
{
return [
];
}
}

0 comments on commit 7f41ef8

Please sign in to comment.