Skip to content

Commit

Permalink
remove double backtick on scribe.php (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
muath-ye authored Sep 26, 2023
1 parent ea52307 commit a599a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* The base URL displayed in the docs. If this is empty, Scribe will use the value of config('app.url') at generation time.
* If you're using `laravel`` type, you can set this to a dynamic string, like '{{ config("app.tenant_url") }}' to get a dynamic base URL.
* If you're using `laravel` type, you can set this to a dynamic string, like '{{ config("app.tenant_url") }}' to get a dynamic base URL.
*/
'base_url' => null,

Expand Down

0 comments on commit a599a71

Please sign in to comment.