Skip to content

Commit 50976b4

Browse files
authored
Merge pull request #18 from filamentphp/fix-configure-script-related-to-pint
Fix configure script related to Pint
2 parents d4fdee2 + 2ca620d commit 50976b4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)