mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 06:53:47 +08:00
Merge pull request #1396 from flarum/writable-path-check-fix
public path should not be writable, but base path should
This commit is contained in:
commit
177dd78398
|
@ -42,7 +42,7 @@ class InstallServiceProvider extends AbstractServiceProvider
|
|||
'pdo_mysql',
|
||||
]),
|
||||
new WritablePaths([
|
||||
public_path(),
|
||||
base_path(),
|
||||
public_path('assets'),
|
||||
storage_path(),
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue
Block a user