diff --git a/composer.json b/composer.json index aca10193c..de418f477 100644 --- a/composer.json +++ b/composer.json @@ -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" } }