Skip to content

Commit efee916

Browse files
committed
Escape slashes
1 parent bc361d6 commit efee916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/facades.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
composer require --dev laravel/facade-documenter:dev-main --prefer-stable --prefer-dist --no-interaction --no-progress
3636
3737
- name: Update docblocks
38-
run: php -f vendor/bin/facade.php BabDev\Twilio\Facades\TwilioClient
38+
run: php -f vendor/bin/facade.php BabDev\\Twilio\\Facades\\TwilioClient
3939

4040
- name: Commit updates
4141
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)