Skip to content

Commit

Permalink
Use a better term
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Aug 2, 2024
1 parent deff36d commit 49c8c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/backend/conventions--laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Such communication possible using:
Don’t use Facade root aliases (comment out `Facade::defaultAliases()->merge([...])`): it’s extra magic that’s easy to avoid.
Exceptions:

- `\Vite` alias for `\Illuminate\Support\Facades\Vite` (why: there are no helper alternatives for `Vite::asset()` that is commonly used in Blade views)
- `\Vite` alias for `\Illuminate\Support\Facades\Vite` (why: there are no short alternatives for `Vite::asset()` that is commonly used in Blade views)

## Eloquent and Database

Expand Down

0 comments on commit 49c8c7e

Please sign in to comment.