1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

Remove 'extensions' path for writable check

This commit is contained in:
Sajjad Hasehmian
2016-03-04 09:55:40 +03:30
parent 0671c676b4
commit 979fef1163

View File

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