Skip to content

Commit 8a2d4db

Browse files
committed
spaces around brackets for consistency
1 parent 3851bf1 commit 8a2d4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ai/wayfinder/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Always use `search-docs` to check wayfinder correct usage before implementing any features.
1010
- Always Prefer named imports for tree-shaking (e.g., `import { show } from '@/actions/...'`)
1111
- Avoid default controller imports (prevents tree-shaking)
12-
- Run `{{$assist->artisanCommand('wayfinder:generate')}}` after route changes if Vite plugin isn't installed
12+
- Run `{{ $assist->artisanCommand('wayfinder:generate') }}` after route changes if Vite plugin isn't installed
1313

1414
### Feature Overview
1515
- Form Support: Use `.form()` with `--with-form` flag for HTML form attributes — `<form {...store.form()}>` → `action="/posts" method="post"`

0 commit comments

Comments
 (0)