Skip to content

Commit

Permalink
Update install-laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 2, 2023
1 parent 583d768 commit f7e3e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
##php artisan root:extract FooBar
php artisan root:field FooBar
php artisan root:filter FooBar
php artisan root:resource FooBar
php artisan root:resource FooBar --model 'App\Models\User'
php artisan root:widget FooBar
cat app/Root/Resources/FooBar.php
vendor/bin/phpstan analyze -c vendor/nunomaduro/larastan/extension.neon -l 5 $(find app/Root/ -type f -name FooBar.php)
Expand Down

0 comments on commit f7e3e3e

Please sign in to comment.