mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Switch this back
This commit is contained in:
parent
1785883c55
commit
4dba73163b
@ -80,7 +80,7 @@ class EnvironmentStep
|
|||||||
->required()
|
->required()
|
||||||
->inline()
|
->inline()
|
||||||
->options(self::QUEUE_DRIVERS)
|
->options(self::QUEUE_DRIVERS)
|
||||||
->default(config('queue.default', 'sync')),
|
->default(config('queue.default', 'database')),
|
||||||
ToggleButtons::make('env.DB_CONNECTION')
|
ToggleButtons::make('env.DB_CONNECTION')
|
||||||
->label('Database Driver')
|
->label('Database Driver')
|
||||||
->hintIcon('tabler-question-mark')
|
->hintIcon('tabler-question-mark')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user