Skip to content

Commit

Permalink
Creación vista principal Inventarios con sus componentes
Browse files Browse the repository at this point in the history
  • Loading branch information
FazeElian committed Nov 23, 2023
1 parent 6e77ff4 commit 8780da2
Show file tree
Hide file tree
Showing 7 changed files with 1,079 additions and 802 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected function validator(array $data)
return Validator::make($data, [
'name' => ['required', 'string', 'max:255'],
'email' => ['required', 'string', 'email', 'max:255', 'unique:users'],
'password' => ['required', 'string', 'min:8', 'confirmed'],
'password' => ['required', 'string', 'min:8'],
]);
}

Expand Down
139 changes: 0 additions & 139 deletions app/Http/FactureController.php

This file was deleted.

Loading

0 comments on commit 8780da2

Please sign in to comment.