From 374bec4c328fe9ce1ff8ec999b7741ec8e70af93 Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Fri, 19 Feb 2021 13:59:45 +0000 Subject: [PATCH] Bug fix --- src/ServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 556d2f7..e5d8b23 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -24,7 +24,7 @@ public function boot() if (File::exists(resource_path('blueprints/collections/redirects/redirects.yaml'))) return; - if (!File::exists(resource_path('blueprints/collections/redirects/')) { + if (!File::exists(resource_path('blueprints/collections/redirects/'))) { File::makeDirectory(resource_path('blueprints/collections/redirects/'), 0777, true, true); }