Skip to content

Commit

Permalink
feat: AssetManager
Browse files Browse the repository at this point in the history
getAssets -> assets
  • Loading branch information
lee-to committed Nov 29, 2024
1 parent 5539cc0 commit d620e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/Layouts.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final class Layouts extends Field

private ?PageContract $page = null;

public function getAssets(): array
protected function assets(): array
{
return [
Js::make('/vendor/moonshine-layouts-field/js/layouts.js'),
Expand Down

0 comments on commit d620e0a

Please sign in to comment.