Bug-fix-patch-8
# updates for language translaion # corrected login page translation # queue setting page translation # Actiaved 'Sync' queue service by default while installing
This commit is contained in:
@@ -30,7 +30,7 @@ class CreateQueueServicesTable extends Migration
|
||||
'status' => 0,
|
||||
]);
|
||||
}
|
||||
$q = $queue->where('short_name', 'database')->first();
|
||||
$q = $queue->where('short_name', 'sync')->first();
|
||||
if ($q) {
|
||||
$q->status = 1;
|
||||
$q->save();
|
||||
|
Reference in New Issue
Block a user