Jeg er ikke sikker

This commit is contained in:
2020-07-28 11:07:33 +02:00
parent 8cfca540f4
commit c9cb3e99cd
2 changed files with 13 additions and 1 deletions
@@ -168,6 +168,10 @@ class ContactController extends Controller
'</td>'.
'</tr>';
}
}else{
$output.='<tr>'.
'<td>Din søgning matchede ikke nogen personer</td>'.
'</tr>';
}
return Response($output);
}