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:
@@ -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(),
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user