1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +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([
public_path(),
public_path('assets'),
public_path('extensions'),
storage_path(),
])
);