1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Merge pull request #846 from sijad/extension-path

Remove 'extensions' path for writable check
This commit is contained in:
Toby Zerner
2016-03-04 17:04:01 +10:30

View File

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