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:
@@ -44,7 +44,6 @@ class InstallServiceProvider extends AbstractServiceProvider
|
||||
new WritablePaths([
|
||||
public_path(),
|
||||
public_path('assets'),
|
||||
public_path('extensions'),
|
||||
storage_path(),
|
||||
])
|
||||
);
|
||||
|
Reference in New Issue
Block a user