vuefilemanager v1.4-alpha.2

This commit is contained in:
carodej
2020-04-29 16:32:40 +02:00
parent 0f3cbaec3d
commit 968b12c4ac
12 changed files with 20 additions and 201 deletions

View File

@@ -48,7 +48,6 @@ class AccountController extends Controller
// Validate request
$validator = Validator::make($request->all(), [
'avatar' => 'file',
'_method' => 'string',
'name' => 'string',
'value' => 'string',
]);