Skip to content

Commit b80301f

Browse files
committed
Removed Pint config file location default as it is not required
1 parent c23591f commit b80301f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/git-hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
'code_analyzers' => [
171171
'laravel_pint' => [
172172
'path' => env('LARAVEL_PINT_PATH', 'vendor/bin/pint'),
173-
'config' => env('LARAVEL_PINT_CONFIG', 'pint.json'),
173+
'config' => env('LARAVEL_PINT_CONFIG'),
174174
'preset' => env('LARAVEL_PINT_PRESET', 'laravel'),
175175
'file_extensions' => env('LARAVEL_PINT_FILE_EXTENSIONS', '/\.php$/'),
176176
],

0 commit comments

Comments
 (0)