Added configuration panel datasets, back-end refactor and others
This commit is contained in:
@@ -20,6 +20,7 @@ class PerceptronTrainingEnded implements ShouldBroadcast
|
||||
public function __construct(
|
||||
public string $reason,
|
||||
public string $sessionId,
|
||||
public string $trainingId,
|
||||
)
|
||||
{
|
||||
//
|
||||
@@ -41,6 +42,7 @@ class PerceptronTrainingEnded implements ShouldBroadcast
|
||||
{
|
||||
return [
|
||||
'reason' => $this->reason,
|
||||
'trainingId' => $this->trainingId,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user