Skip to content

Commit

Permalink
Merge pull request #40 from nunomaduro/patch-1
Browse files Browse the repository at this point in the history
Fixes `pint` command
  • Loading branch information
aarondfrancis authored Dec 23, 2024
2 parents 471570f + 1ec65db commit 18e853c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class SoloServiceProvider extends ServiceProvider
->addLazyCommands([
'Queue' => 'php artisan queue:listen --tries=1',
// 'Reverb' => 'php artisan reverb:start',
// 'Pint' => 'pint --ansi',
// 'Pint' => './vendor/bin/pint --ansi',
// 'Tests' => 'php artisan test --colors=always',
])
// FQCNs of trusted classes that can add commands.
Expand Down
2 changes: 1 addition & 1 deletion src/Stubs/SoloServiceProvider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SoloServiceProvider extends ServiceProvider
->addLazyCommands([
'Queue' => 'php artisan queue:listen --tries=1',
// 'Reverb' => 'php artisan reverb:start',
// 'Pint' => 'pint --ansi',
// 'Pint' => './vendor/bin/pint --ansi',
// 'Tests' => 'php artisan test --colors=always',
])
// FQCNs of trusted classes that can add commands.
Expand Down

0 comments on commit 18e853c

Please sign in to comment.