Skip to content

Commit 56a7b11

Browse files
committed
feat: quickfix
1 parent c1fda93 commit 56a7b11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/livewire/monitors/show.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
33
use App\Jobs\CollectIssues;
4+
use App\Jobs\CreateMonitor;
45
use Livewire\Volt\Component;
56
use \App\Models\Monitor;
67
@@ -12,6 +13,7 @@ public function mount(Monitor $monitor)
1213
{
1314
$this->monitor = $monitor;
1415
CollectIssues::dispatch($monitor);
16+
CreateMonitor::dispatch($project);
1517
}
1618
1719
public function open_pdf()

0 commit comments

Comments
 (0)