mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
conflict
This commit is contained in:
parent
bc417308c7
commit
090a595c99
|
@ -920,6 +920,7 @@ class Helper
|
|||
} else {
|
||||
$required = false;
|
||||
}
|
||||
} else {
|
||||
if (strpos($rule, 'required') === false) {
|
||||
return false;
|
||||
} else {
|
||||
|
@ -931,6 +932,7 @@ class Helper
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return $required;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue