From 979fef1163cfc4737392865890eb2e193a081b39 Mon Sep 17 00:00:00 2001 From: Sajjad Hasehmian Date: Fri, 4 Mar 2016 09:55:40 +0330 Subject: [PATCH] Remove 'extensions' path for writable check --- framework/core/src/Install/InstallServiceProvider.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/core/src/Install/InstallServiceProvider.php b/framework/core/src/Install/InstallServiceProvider.php index 03a38f08f..d4d6dc234 100644 --- a/framework/core/src/Install/InstallServiceProvider.php +++ b/framework/core/src/Install/InstallServiceProvider.php @@ -44,7 +44,6 @@ class InstallServiceProvider extends AbstractServiceProvider new WritablePaths([ public_path(), public_path('assets'), - public_path('extensions'), storage_path(), ]) );