Fix an typo

This commit is contained in:
DariusIII
2026-03-26 15:52:26 +01:00
parent deea4dfa52
commit 1a6e999e39
+1 -1
View File
@@ -9,7 +9,7 @@ php artisan test --compact --filter=TestName # Run single test (PHPUnit only)
./vendor/bin/pint --dirty # Format changed files
php artisan tmux:start # Start processing engine
npm run build # Required after frontend changes
3php artisan route:cache # Refresh cached routes if new routes seem missing
php artisan route:cache # Refresh cached routes if new routes seem missing
```
## Architecture