Update fix command to use pint

This commit is contained in:
DariusIII
2024-09-16 12:07:00 +02:00
parent 5df78c0c11
commit 3a6b824534
+1 -1
View File
@@ -195,6 +195,6 @@
"@php artisan key:generate --ansi"
],
"check-style": "php-cs-fixer fix --dry-run --diff",
"fix-style": "php-cs-fixer fix"
"fix-style": "pint"
}
}