Commit 2dde2092 authored by Abraão Barbosa's avatar Abraão Barbosa
Browse files

Update Seed PAD

parent e119449a
......@@ -70,7 +70,7 @@ class Unidade extends Model
public static function validator($attributes, $rule_password = false) {
$rules = [
'name' => ['min:8', 'max:255'],
'name' => ['min:3', 'max:255'],
];
$messages = [
......
......@@ -19,7 +19,7 @@ class PADSeeder extends Seeder
foreach($users as $user) {
PAD::create([
'user_id' => $user->id,
'licenca_de_acor_legais' => null
'licenca_de_acor_legais' => ""
]);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment