feat: scheduled task success and failure notifications
This commit is contained in:
@@ -327,7 +327,7 @@ class Application extends BaseModel
|
||||
return null;
|
||||
}
|
||||
|
||||
public function failedTaskLink($task_uuid)
|
||||
public function taskLink($task_uuid)
|
||||
{
|
||||
if (data_get($this, 'environment.project.uuid')) {
|
||||
$route = route('project.application.scheduled-tasks', [
|
||||
|
||||
Reference in New Issue
Block a user