Skip to content
Snippets Groups Projects
Commit 10563bef authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Bugfix: Spaltenname war falsch angegeben.

parent cfa3d5b0
No related branches found
No related tags found
1 merge request!1262WIP: Resolve "Spendenseite Texte anpassen"
...@@ -29,7 +29,7 @@ class HumanVerification ...@@ -29,7 +29,7 @@ class HumanVerification
return $next($request); return $next($request);
} }
$user = DB::table('humanverification')->where($id, $id)->first(); $user = DB::table('humanverification')->where('id', $id)->first();
$createdAt = now(); $createdAt = now();
$unusedResultPages = 1; $unusedResultPages = 1;
$locked = false; $locked = false;
......
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