We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc361d6 commit efee916Copy full SHA for efee916
.github/workflows/facades.yml
@@ -35,7 +35,7 @@ jobs:
35
composer require --dev laravel/facade-documenter:dev-main --prefer-stable --prefer-dist --no-interaction --no-progress
36
37
- name: Update docblocks
38
- run: php -f vendor/bin/facade.php BabDev\Twilio\Facades\TwilioClient
+ run: php -f vendor/bin/facade.php BabDev\\Twilio\\Facades\\TwilioClient
39
40
- name: Commit updates
41
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments