mirror of
https://github.com/flarum/core.git
synced 2025-07-29 20:50:28 +02:00
Don't enable extensions during installation (#7)
This commit is contained in:
committed by
GitHub
parent
a58ce93486
commit
f2101e502e
@@ -115,6 +115,7 @@ class SetupScript
|
|||||||
'admin@machine.local'
|
'admin@machine.local'
|
||||||
))
|
))
|
||||||
->settings(['mail_driver' => 'log'])
|
->settings(['mail_driver' => 'log'])
|
||||||
|
->extensions([])
|
||||||
->build();
|
->build();
|
||||||
|
|
||||||
// Run the actual configuration
|
// Run the actual configuration
|
||||||
|
Reference in New Issue
Block a user