1
0
mirror of https://github.com/flarum/core.git synced 2025-07-27 19:50:20 +02:00

Remove 'extensions' path for writable check

This commit is contained in:
Sajjad Hasehmian
2016-03-04 09:55:40 +03:30
parent 7d2f24bb47
commit 393fa67d2d

View File

@@ -44,7 +44,6 @@ class InstallServiceProvider extends AbstractServiceProvider
new WritablePaths([ new WritablePaths([
public_path(), public_path(),
public_path('assets'), public_path('assets'),
public_path('extensions'),
storage_path(), storage_path(),
]) ])
); );