From a599a7136a6f26b32f06a73c3d0c73cf9ff78007 Mon Sep 17 00:00:00 2001 From: Muath Alsowadi <34031333+muath-ye@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:28:35 +0300 Subject: [PATCH] remove double backtick on scribe.php (#736) --- config/scribe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scribe.php b/config/scribe.php index 688cef13..936d6c58 100644 --- a/config/scribe.php +++ b/config/scribe.php @@ -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,