From 42d034f6267518c05050ccd18da2989bdfce35d3 Mon Sep 17 00:00:00 2001 From: Shalvah Date: Mon, 1 Jun 2020 06:07:12 +0100 Subject: [PATCH] Update scribe.php --- config/scribe.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/scribe.php b/config/scribe.php index 07a687ce..20178719 100644 --- a/config/scribe.php +++ b/config/scribe.php @@ -99,7 +99,7 @@ ], /* - * The base URL to be used in examples and the Postman collection. + * The base URL to be used in examples. * If this is null, Scribe will use the value of config('app.url'). */ 'base_url' => null, @@ -124,8 +124,7 @@ /* * The base URL to be used in the Postman collection. - * This will override the base_url settings above only for Postman. - * If this is null, Scribe will use the value of config('app.url'). + * If this is null, Scribe will use the value of base_url set above. */ 'base_url' => null,