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:
Manish Verma
2016-12-03 15:45:29 +05:30
parent 18335dd084
commit 91f37695c4
9 changed files with 17 additions and 13 deletions

View File

@@ -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();