Skip to content
Snippets Groups Projects
Commit 0e5710e7 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

fix errors

parent fa90dc8f
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ class Field {
}
public function getLabel() {
return $name;
return ucfirst($this->name);
}
}
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