Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
@@ -22,7 +22,7 @@ class SettingsController extends Controller
{
$this->validate($request, [
'name' => 'required|string|max:30',
- 'bio' => 'string|max:125'
+ 'bio' => 'nullable|string|max:125'
]);
$changes = false;