Skip to content

Commit 2ca620d

Browse files
committed
Fix configure script related to Pint
1 parent d4fdee2 commit 2ca620d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@
8282
}
8383

8484
if (! $usePint) {
85-
safeUnlink(__DIR__.'/pint.json');
86-
safeUnlink(__DIR__.'/.github/workflows/pint.yml');
85+
safeUnlink(__DIR__.'/.github/workflows/fix-php-code-style-issues.yml');
8786

8887
remove_composer_deps([
8988
'laravel/pint',

0 commit comments

Comments
 (0)