1
0
mirror of https://github.com/flarum/core.git synced 2025-06-12 01:21:06 +02:00

public path should not be writable, but base path should

This commit is contained in:
Daniël Klabbers
2018-03-21 20:52:49 +01:00
parent 0cf351edb9
commit c60d6e9dee

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