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:
Franz Liedke 2018-03-22 08:22:25 +01:00 committed by GitHub
commit 177dd78398

View File

@ -42,7 +42,7 @@ class InstallServiceProvider extends AbstractServiceProvider
'pdo_mysql',
]),
new WritablePaths([
public_path(),
base_path(),
public_path('assets'),
storage_path(),
])