mirror of
https://github.com/flarum/framework.git
synced 2025-03-22 04:55:16 +08:00
Don't enable extensions during installation (#7)
This commit is contained in:
parent
a58ce93486
commit
f2101e502e
@ -115,6 +115,7 @@ class SetupScript
|
||||
'admin@machine.local'
|
||||
))
|
||||
->settings(['mail_driver' => 'log'])
|
||||
->extensions([])
|
||||
->build();
|
||||
|
||||
// Run the actual configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user