Skip to content

Commit d3b1ddf

Browse files
committed
guidelines: laravel: period
1 parent ce2121c commit d3b1ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ai/laravel/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- **Job and queue patterns**: Use queued jobs for time-consuming operations with the `ShouldQueue` interface.
2424

2525
## Authentication and Authorization
26-
- Use Laravel built-in authentication and authorization features (Gates, Policies, Sanctum)
26+
- Use Laravel built-in authentication and authorization features (Gates, Policies, Sanctum).
2727

2828
## Config
2929
- **Use environment variables** via config files, never `env()` directly. Always use `config('app.name')` not `env('APP_NAME')`.

0 commit comments

Comments
 (0)