İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
use App\Jobs\TriggerNaksSyncJob;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
if (isset($data['source_project'])) {
|
||||
Log::info("SaveTrigger: welding_equipment (NAKS Equipment) updated. Dispatching TriggerNaksSyncJob.");
|
||||
|
||||
TriggerNaksSyncJob::dispatch([
|
||||
'module' => 'equipment',
|
||||
'source_project' => config('app.name', 'Unknown Project'),
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user