Skip to content
Snippets Groups Projects
Commit 0dd6dd52 authored by a.croix's avatar a.croix
Browse files

Correction : change ->server to ->server() (use a method instead an object field)

parent e03955c8
No related branches found
No related tags found
No related merge requests found
Pipeline #6579 passed
......@@ -290,7 +290,7 @@ class MarkController extends Controller
{
$ev = $this->server()->findEvidenceById($id);
$query = $ev->requests[$data_id];
$data = $this->server->findDataByQuery($query);
$data = $this->server()->findDataByQuery($query);
return view('app.data', [
"evidence" => $ev,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment